Class Action

All Implemented Interfaces:
Serializable

public class Action extends Base
Represents Action attributes
Since:
v2.0
Author:
Jeevanandam M. (jeeva@myjeeva.com)
See Also:
  • Constructor Details

    • Action

      public Action()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Base
    • getId

      public Integer getId()
      Returns:
      the id
    • setId

      public void setId(Integer id)
      Parameters:
      id - the id to set
    • getResourceId

      public Long getResourceId()
      Returns:
      the resourceId
    • setResourceId

      public void setResourceId(Long resourceId)
      Parameters:
      resourceId - the resourceId to set
    • getStatus

      public ActionStatus getStatus()
      Returns:
      the status
    • setStatus

      public void setStatus(ActionStatus status)
      Parameters:
      status - the status to set
    • getType

      public ActionType getType()
      Returns:
      the type
    • setType

      public void setType(ActionType type)
      Parameters:
      type - the type to set
    • getResourceType

      public ResourceType getResourceType()
      Returns:
      the resourceType
    • setResourceType

      public void setResourceType(ResourceType resourceType)
      Parameters:
      resourceType - the resourceType to set
    • getStartedAt

      public Date getStartedAt()
      Returns:
      the startedAt
    • setStartedAt

      public void setStartedAt(Date startedAt)
      Parameters:
      startedAt - the startedAt to set
    • getCompletedAt

      public Date getCompletedAt()
      Returns:
      the completedAt
    • setCompletedAt

      public void setCompletedAt(Date completedAt)
      Parameters:
      completedAt - the completedAt to set
    • getRegion

      public Region getRegion()
      Returns:
      the region
    • setRegion

      public void setRegion(Region region)
      Parameters:
      region - the region to set
    • getRegionSlug

      public String getRegionSlug()
      Returns:
      the regionSlug
    • setRegionSlug

      public void setRegionSlug(String regionSlug)
      Parameters:
      regionSlug - the regionSlug to set