Class SLA
java.lang.Object
com.liferay.portal.workflow.metrics.rest.dto.v1_0.SLA
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Longprotected Longprotected Stringprotected PauseNodeKeysprotected Longprotected StartNodeKeysprotected Integerprotected StopNodeKeys -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()@Valid PauseNodeKeys@Valid StartNodeKeys@Valid StopNodeKeysinthashCode()voidsetCalendarKey(com.liferay.petra.function.UnsafeSupplier<String, Exception> calendarKeyUnsafeSupplier) voidsetCalendarKey(String calendarKey) voidsetDateModified(com.liferay.petra.function.UnsafeSupplier<Date, Exception> dateModifiedUnsafeSupplier) voidsetDateModified(Date dateModified) voidsetDescription(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) voidsetDescription(String description) voidsetDuration(com.liferay.petra.function.UnsafeSupplier<Long, Exception> durationUnsafeSupplier) voidsetDuration(Long duration) voidvoidvoidvoidvoidsetPauseNodeKeys(com.liferay.petra.function.UnsafeSupplier<PauseNodeKeys, Exception> pauseNodeKeysUnsafeSupplier) voidsetPauseNodeKeys(PauseNodeKeys pauseNodeKeys) voidsetProcessId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> processIdUnsafeSupplier) voidsetProcessId(Long processId) voidsetStartNodeKeys(com.liferay.petra.function.UnsafeSupplier<StartNodeKeys, Exception> startNodeKeysUnsafeSupplier) voidsetStartNodeKeys(StartNodeKeys startNodeKeys) voidvoidvoidsetStopNodeKeys(com.liferay.petra.function.UnsafeSupplier<StopNodeKeys, Exception> stopNodeKeysUnsafeSupplier) voidsetStopNodeKeys(StopNodeKeys stopNodeKeys) static SLAtoString()static SLAunsafeToDTO(String json)
-
Field Details
-
calendarKey
-
dateModified
-
description
-
duration
-
id
-
name
-
pauseNodeKeys
-
processId
-
startNodeKeys
-
status
-
stopNodeKeys
-
xClassName
-
-
Constructor Details
-
SLA
public SLA()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCalendarKey
-
setCalendarKey
-
setCalendarKey
-
getDateModified
-
setDateModified
-
setDateModified
-
getDescription
-
setDescription
-
setDescription
-
getDuration
-
setDuration
-
setDuration
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
getPauseNodeKeys
-
setPauseNodeKeys
-
setPauseNodeKeys
public void setPauseNodeKeys(com.liferay.petra.function.UnsafeSupplier<PauseNodeKeys, Exception> pauseNodeKeysUnsafeSupplier) -
getProcessId
-
setProcessId
-
setProcessId
-
getStartNodeKeys
-
setStartNodeKeys
-
setStartNodeKeys
public void setStartNodeKeys(com.liferay.petra.function.UnsafeSupplier<StartNodeKeys, Exception> startNodeKeysUnsafeSupplier) -
getStatus
-
setStatus
-
setStatus
-
getStopNodeKeys
-
setStopNodeKeys
-
setStopNodeKeys
public void setStopNodeKeys(com.liferay.petra.function.UnsafeSupplier<StopNodeKeys, Exception> stopNodeKeysUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-