public class Action extends RateLimitBase
| Constructor and Description | 
|---|
| Action() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Date | getCompletedAt() | 
| java.lang.Integer | getId() | 
| Region | getRegion() | 
| java.lang.String | getRegionSlug() | 
| java.lang.Long | getResourceId() | 
| ResourceType | getResourceType() | 
| java.util.Date | getStartedAt() | 
| ActionStatus | getStatus() | 
| ActionType | getType() | 
| void | setCompletedAt(java.util.Date completedAt) | 
| void | setId(java.lang.Integer id) | 
| void | setRegion(Region region) | 
| void | setRegionSlug(java.lang.String regionSlug) | 
| void | setResourceId(java.lang.Long resourceId) | 
| void | setResourceType(ResourceType resourceType) | 
| void | setStartedAt(java.util.Date startedAt) | 
| void | setStatus(ActionStatus status) | 
| void | setType(ActionType type) | 
| java.lang.String | toString() | 
getRateLimit, setRateLimitpublic java.lang.String toString()
toString in class RateLimitBasepublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - the id to setpublic java.lang.Long getResourceId()
public void setResourceId(java.lang.Long 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 java.util.Date getStartedAt()
public void setStartedAt(java.util.Date startedAt)
startedAt - the startedAt to setpublic java.util.Date getCompletedAt()
public void setCompletedAt(java.util.Date completedAt)
completedAt - the completedAt to setpublic Region getRegion()
public void setRegion(Region region)
region - the region to setpublic java.lang.String getRegionSlug()
public void setRegionSlug(java.lang.String regionSlug)
regionSlug - the regionSlug to set
Copyright ©  myjeeva blog, All rights reserved. 
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.