java.lang.Object
com.liferay.portal.workflow.metrics.rest.dto.v1_0.SLA
All Implemented Interfaces:
Serializable

@Generated("") public class SLA extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • calendarKey

      protected String calendarKey
    • dateModified

      protected Date dateModified
    • description

      protected String description
    • duration

      protected Long duration
    • id

      protected Long id
    • name

      protected String name
    • pauseNodeKeys

      protected PauseNodeKeys pauseNodeKeys
    • processId

      protected Long processId
    • startNodeKeys

      protected StartNodeKeys startNodeKeys
    • status

      protected Integer status
    • stopNodeKeys

      protected StopNodeKeys stopNodeKeys
    • xClassName

      public String xClassName
  • Constructor Details

    • SLA

      public SLA()
  • Method Details

    • toDTO

      public static SLA toDTO(String json)
    • unsafeToDTO

      public static SLA unsafeToDTO(String json)
    • getCalendarKey

      public String getCalendarKey()
    • setCalendarKey

      public void setCalendarKey(String calendarKey)
    • setCalendarKey

      public void setCalendarKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> calendarKeyUnsafeSupplier)
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • setDateModified

      public void setDateModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateModifiedUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getDuration

      public Long getDuration()
    • setDuration

      public void setDuration(Long duration)
    • setDuration

      public void setDuration(com.liferay.petra.function.UnsafeSupplier<Long,Exception> durationUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getPauseNodeKeys

      @Valid public @Valid PauseNodeKeys getPauseNodeKeys()
    • setPauseNodeKeys

      public void setPauseNodeKeys(PauseNodeKeys pauseNodeKeys)
    • setPauseNodeKeys

      public void setPauseNodeKeys(com.liferay.petra.function.UnsafeSupplier<PauseNodeKeys,Exception> pauseNodeKeysUnsafeSupplier)
    • getProcessId

      public Long getProcessId()
    • setProcessId

      public void setProcessId(Long processId)
    • setProcessId

      public void setProcessId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> processIdUnsafeSupplier)
    • getStartNodeKeys

      @Valid public @Valid StartNodeKeys getStartNodeKeys()
    • setStartNodeKeys

      public void setStartNodeKeys(StartNodeKeys startNodeKeys)
    • setStartNodeKeys

      public void setStartNodeKeys(com.liferay.petra.function.UnsafeSupplier<StartNodeKeys,Exception> startNodeKeysUnsafeSupplier)
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • setStatus

      public void setStatus(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> statusUnsafeSupplier)
    • getStopNodeKeys

      @Valid public @Valid StopNodeKeys getStopNodeKeys()
    • setStopNodeKeys

      public void setStopNodeKeys(StopNodeKeys stopNodeKeys)
    • setStopNodeKeys

      public void setStopNodeKeys(com.liferay.petra.function.UnsafeSupplier<StopNodeKeys,Exception> stopNodeKeysUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object