public class TaskanaHistoryEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected java.time.Instant |
created |
protected long |
id |
protected String |
type |
protected String |
userId |
| Constructor and Description |
|---|
TaskanaHistoryEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
java.time.Instant |
getCreated() |
long |
getId() |
String |
getType() |
String |
getUserId() |
void |
setComment(String comment) |
void |
setCreated(java.time.Instant created) |
void |
setId(long id) |
void |
setType(String type) |
void |
setUserId(String userId) |
protected long id
protected String type
protected String userId
protected java.time.Instant created
protected String comment
public long getId()
public void setId(long id)
public String getType()
public void setType(String type)
public String getUserId()
public void setUserId(String userId)
public java.time.Instant getCreated()
public void setCreated(java.time.Instant created)
public String getComment()
public void setComment(String comment)
Copyright © 2018. All rights reserved.