public class LabelEvent
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LabelEvent.ResourceType
Enum to use for specifying the label event resource type.
|
Constructor and Description |
---|
LabelEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction() |
java.lang.String |
getCreatedAt() |
java.lang.Long |
getId() |
Label |
getLabel() |
java.lang.Long |
getResourceId() |
LabelEvent.ResourceType |
getResourceType() |
User |
getUser() |
void |
setAction(java.lang.String action) |
void |
setCreatedAt(java.lang.String createdAt) |
void |
setId(java.lang.Long id) |
void |
setLabel(Label label) |
void |
setResourceId(java.lang.Long resourceId) |
void |
setResourceType(LabelEvent.ResourceType resourceType) |
void |
setUser(User user) |
java.lang.String |
toString() |
public java.lang.Long getId()
public void setId(java.lang.Long id)
public User getUser()
public void setUser(User user)
public java.lang.String getCreatedAt()
public void setCreatedAt(java.lang.String createdAt)
public LabelEvent.ResourceType getResourceType()
public void setResourceType(LabelEvent.ResourceType resourceType)
public java.lang.Long getResourceId()
public void setResourceId(java.lang.Long resourceId)
public Label getLabel()
public void setLabel(Label label)
public java.lang.String getAction()
public void setAction(java.lang.String action)
public java.lang.String toString()
toString
in class java.lang.Object