public class LabelEvent extends Object
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 |
---|---|
String |
getAction() |
String |
getCreatedAt() |
int |
getId() |
Label |
getLabel() |
int |
getResourceId() |
LabelEvent.ResourceType |
getResourceType() |
User |
getUser() |
void |
setAction(String action) |
void |
setCreatedAt(String createdAt) |
void |
setId(int id) |
void |
setLabel(Label label) |
void |
setResourceId(int resourceId) |
void |
setResourceType(LabelEvent.ResourceType resourceType) |
void |
setUser(User user) |
String |
toString() |
public int getId()
public void setId(int id)
public User getUser()
public void setUser(User user)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public LabelEvent.ResourceType getResourceType()
public void setResourceType(LabelEvent.ResourceType resourceType)
public int getResourceId()
public void setResourceId(int resourceId)
public Label getLabel()
public void setLabel(Label label)
public String getAction()
public void setAction(String action)
Copyright © 2020. All rights reserved.