public class Action extends RateLimitBase
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
Date |
getCompletedAt() |
Integer |
getId() |
Region |
getRegion() |
String |
getRegionSlug() |
Integer |
getResourceId() |
ResourceType |
getResourceType() |
Date |
getStartedAt() |
ActionStatus |
getStatus() |
ActionType |
getType() |
void |
setCompletedAt(Date completedAt) |
void |
setId(Integer id) |
void |
setRegion(Region region) |
void |
setRegionSlug(String regionSlug) |
void |
setResourceId(Integer resourceId) |
void |
setResourceType(ResourceType resourceType) |
void |
setStartedAt(Date startedAt) |
void |
setStatus(ActionStatus status) |
void |
setType(ActionType type) |
String |
toString() |
getRateLimit, setRateLimit
public String toString()
toString
in class RateLimitBase
public Integer getId()
public void setId(Integer id)
id
- the id to setpublic Integer getResourceId()
public void setResourceId(Integer resourceId)
resourceId
- the resourceId to setpublic ActionStatus getStatus()
public void setStatus(ActionStatus status)
status
- the status to setpublic ActionType getType()
public void setType(ActionType type)
type
- the type to setpublic ResourceType getResourceType()
public void setResourceType(ResourceType resourceType)
resourceType
- the resourceType to setpublic Date getStartedAt()
public void setStartedAt(Date startedAt)
startedAt
- the startedAt to setpublic Date getCompletedAt()
public void setCompletedAt(Date completedAt)
completedAt
- the completedAt to setpublic Region getRegion()
public void setRegion(Region region)
region
- the region to setpublic String getRegionSlug()
public void setRegionSlug(String regionSlug)
regionSlug
- the regionSlug to set
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.