public class Action extends RateLimitBase
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
Date |
getCompletedAt() |
Integer |
getId() |
Region |
getRegion() |
String |
getRegionSlug() |
Long |
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(Long 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 Long getResourceId()
public void setResourceId(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 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
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.