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