Class WorkflowDefSummary
java.lang.Object
com.netflix.conductor.common.metadata.workflow.WorkflowDefSummary
- All Implemented Interfaces:
Comparable<WorkflowDefSummary>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetName()intinthashCode()voidsetCreateTime(Long createTime) voidvoidsetVersion(int version) toString()
-
Constructor Details
-
WorkflowDefSummary
public WorkflowDefSummary()
-
-
Method Details
-
getVersion
public int getVersion()- Returns:
- the version
-
getName
- Returns:
- the workflow name
-
getCreateTime
- Returns:
- the createTime
-
equals
-
setName
-
setVersion
public void setVersion(int version) -
setCreateTime
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<WorkflowDefSummary>
-