Class Auditable
java.lang.Object
com.netflix.conductor.common.metadata.Auditable
- Direct Known Subclasses:
SchemaDef,TaskDef,Workflow,WorkflowDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreatedBy(String createdBy) voidsetCreateTime(Long createTime) voidsetOwnerApp(String ownerApp) voidsetUpdatedBy(String updatedBy) voidsetUpdateTime(Long updateTime)
-
Constructor Details
-
Auditable
public Auditable()
-
-
Method Details
-
getOwnerApp
- Returns:
- the ownerApp
-
setOwnerApp
- Parameters:
ownerApp- the ownerApp to set
-
getCreateTime
- Returns:
- the createTime
-
setCreateTime
- Parameters:
createTime- the createTime to set
-
getUpdateTime
- Returns:
- the updateTime
-
setUpdateTime
- Parameters:
updateTime- the updateTime to set
-
getCreatedBy
- Returns:
- the createdBy
-
setCreatedBy
- Parameters:
createdBy- the createdBy to set
-
getUpdatedBy
- Returns:
- the updatedBy
-
setUpdatedBy
- Parameters:
updatedBy- the updatedBy to set
-