@Generated(value="")
public class Instance
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Instance.SLAStatus |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
assetTitle |
protected java.util.Map<java.lang.String,java.lang.String> |
assetTitle_i18n |
protected java.lang.String |
assetType |
protected java.util.Map<java.lang.String,java.lang.String> |
assetType_i18n |
protected Assignee[] |
assignees |
protected java.lang.String |
className |
protected java.lang.Long |
classPK |
protected java.lang.Boolean |
completed |
protected Creator |
creator |
protected java.util.Date |
dateCompletion |
protected java.util.Date |
dateCreated |
protected java.util.Date |
dateModified |
protected java.lang.Long |
duration |
protected java.lang.Long |
id |
protected java.lang.Long |
processId |
protected java.lang.String |
processVersion |
protected SLAResult[] |
slaResults |
protected Instance.SLAStatus |
slaStatus |
protected java.lang.String[] |
taskNames |
protected Transition[] |
transitions |
java.lang.String |
xClassName |
Constructor and Description |
---|
Instance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid java.util.Map<java.lang.String,java.lang.String> |
getAssetTitle_i18n() |
java.lang.String |
getAssetTitle() |
@Valid java.util.Map<java.lang.String,java.lang.String> |
getAssetType_i18n() |
java.lang.String |
getAssetType() |
@Valid Assignee[] |
getAssignees() |
java.lang.String |
getClassName() |
java.lang.Long |
getClassPK() |
java.lang.Boolean |
getCompleted() |
@Valid Creator |
getCreator() |
java.util.Date |
getDateCompletion() |
java.util.Date |
getDateCreated() |
java.util.Date |
getDateModified() |
java.lang.Long |
getDuration() |
java.lang.Long |
getId() |
java.lang.Long |
getProcessId() |
java.lang.String |
getProcessVersion() |
@Valid SLAResult[] |
getSlaResults() |
@Valid Instance.SLAStatus |
getSLAStatus() |
java.lang.String |
getSLAStatusAsString() |
java.lang.String[] |
getTaskNames() |
@Valid Transition[] |
getTransitions() |
int |
hashCode() |
void |
setAssetTitle_i18n(java.util.Map<java.lang.String,java.lang.String> assetTitle_i18n) |
void |
setAssetTitle_i18n(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> assetTitle_i18nUnsafeSupplier) |
void |
setAssetTitle(java.lang.String assetTitle) |
void |
setAssetTitle(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> assetTitleUnsafeSupplier) |
void |
setAssetType_i18n(java.util.Map<java.lang.String,java.lang.String> assetType_i18n) |
void |
setAssetType_i18n(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> assetType_i18nUnsafeSupplier) |
void |
setAssetType(java.lang.String assetType) |
void |
setAssetType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> assetTypeUnsafeSupplier) |
void |
setAssignees(Assignee[] assignees) |
void |
setAssignees(com.liferay.petra.function.UnsafeSupplier<Assignee[],java.lang.Exception> assigneesUnsafeSupplier) |
void |
setClassName(java.lang.String className) |
void |
setClassName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> classNameUnsafeSupplier) |
void |
setClassPK(java.lang.Long classPK) |
void |
setClassPK(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> classPKUnsafeSupplier) |
void |
setCompleted(java.lang.Boolean completed) |
void |
setCompleted(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> completedUnsafeSupplier) |
void |
setCreator(Creator creator) |
void |
setCreator(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> creatorUnsafeSupplier) |
void |
setDateCompletion(java.util.Date dateCompletion) |
void |
setDateCompletion(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCompletionUnsafeSupplier) |
void |
setDateCreated(java.util.Date dateCreated) |
void |
setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier) |
void |
setDateModified(java.util.Date dateModified) |
void |
setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier) |
void |
setDuration(java.lang.Long duration) |
void |
setDuration(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> durationUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setProcessId(java.lang.Long processId) |
void |
setProcessId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> processIdUnsafeSupplier) |
void |
setProcessVersion(java.lang.String processVersion) |
void |
setProcessVersion(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> processVersionUnsafeSupplier) |
void |
setSlaResults(SLAResult[] slaResults) |
void |
setSlaResults(com.liferay.petra.function.UnsafeSupplier<SLAResult[],java.lang.Exception> slaResultsUnsafeSupplier) |
void |
setSLAStatus(Instance.SLAStatus slaStatus) |
void |
setSLAStatus(com.liferay.petra.function.UnsafeSupplier<Instance.SLAStatus,java.lang.Exception> slaStatusUnsafeSupplier) |
void |
setTaskNames(java.lang.String[] taskNames) |
void |
setTaskNames(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> taskNamesUnsafeSupplier) |
void |
setTransitions(Transition[] transitions) |
void |
setTransitions(com.liferay.petra.function.UnsafeSupplier<Transition[],java.lang.Exception> transitionsUnsafeSupplier) |
static Instance |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.lang.String assetTitle
protected java.util.Map<java.lang.String,java.lang.String> assetTitle_i18n
protected java.lang.String assetType
protected java.util.Map<java.lang.String,java.lang.String> assetType_i18n
protected Assignee[] assignees
protected java.lang.String className
protected java.lang.Long classPK
protected java.lang.Boolean completed
protected Creator creator
protected java.util.Date dateCompletion
protected java.util.Date dateCreated
protected java.util.Date dateModified
protected java.lang.Long duration
protected java.lang.Long id
protected java.lang.Long processId
protected java.lang.String processVersion
protected SLAResult[] slaResults
protected Instance.SLAStatus slaStatus
protected java.lang.String[] taskNames
protected Transition[] transitions
public java.lang.String xClassName
public static Instance toDTO(java.lang.String json)
public java.lang.String getAssetTitle()
public void setAssetTitle(java.lang.String assetTitle)
public void setAssetTitle(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> assetTitleUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.String> getAssetTitle_i18n()
public void setAssetTitle_i18n(java.util.Map<java.lang.String,java.lang.String> assetTitle_i18n)
public void setAssetTitle_i18n(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> assetTitle_i18nUnsafeSupplier)
public java.lang.String getAssetType()
public void setAssetType(java.lang.String assetType)
public void setAssetType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> assetTypeUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.String> getAssetType_i18n()
public void setAssetType_i18n(java.util.Map<java.lang.String,java.lang.String> assetType_i18n)
public void setAssetType_i18n(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> assetType_i18nUnsafeSupplier)
@Valid public @Valid Assignee[] getAssignees()
public void setAssignees(Assignee[] assignees)
public void setAssignees(com.liferay.petra.function.UnsafeSupplier<Assignee[],java.lang.Exception> assigneesUnsafeSupplier)
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
public void setClassName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> classNameUnsafeSupplier)
public java.lang.Long getClassPK()
public void setClassPK(java.lang.Long classPK)
public void setClassPK(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> classPKUnsafeSupplier)
public java.lang.Boolean getCompleted()
public void setCompleted(java.lang.Boolean completed)
public void setCompleted(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> completedUnsafeSupplier)
@Valid public @Valid Creator getCreator()
public void setCreator(Creator creator)
public void setCreator(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> creatorUnsafeSupplier)
public java.util.Date getDateCompletion()
public void setDateCompletion(java.util.Date dateCompletion)
public void setDateCompletion(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCompletionUnsafeSupplier)
public java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier)
public java.util.Date getDateModified()
public void setDateModified(java.util.Date dateModified)
public void setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier)
public java.lang.Long getDuration()
public void setDuration(java.lang.Long duration)
public void setDuration(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> durationUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.Long getProcessId()
public void setProcessId(java.lang.Long processId)
public void setProcessId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> processIdUnsafeSupplier)
public java.lang.String getProcessVersion()
public void setProcessVersion(java.lang.String processVersion)
public void setProcessVersion(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> processVersionUnsafeSupplier)
@Valid public @Valid SLAResult[] getSlaResults()
public void setSlaResults(SLAResult[] slaResults)
public void setSlaResults(com.liferay.petra.function.UnsafeSupplier<SLAResult[],java.lang.Exception> slaResultsUnsafeSupplier)
@Valid public @Valid Instance.SLAStatus getSLAStatus()
public java.lang.String getSLAStatusAsString()
public void setSLAStatus(Instance.SLAStatus slaStatus)
public void setSLAStatus(com.liferay.petra.function.UnsafeSupplier<Instance.SLAStatus,java.lang.Exception> slaStatusUnsafeSupplier)
public java.lang.String[] getTaskNames()
public void setTaskNames(java.lang.String[] taskNames)
public void setTaskNames(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> taskNamesUnsafeSupplier)
@Valid public @Valid Transition[] getTransitions()
public void setTransitions(Transition[] transitions)
public void setTransitions(com.liferay.petra.function.UnsafeSupplier<Transition[],java.lang.Exception> transitionsUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object