Class Auditable

java.lang.Object
com.netflix.conductor.common.metadata.Auditable
Direct Known Subclasses:
SchemaDef, TaskDef, Workflow, WorkflowDef

public abstract class Auditable extends Object
  • Constructor Details

    • Auditable

      public Auditable()
  • Method Details

    • getOwnerApp

      public String getOwnerApp()
      Returns:
      the ownerApp
    • setOwnerApp

      public void setOwnerApp(String ownerApp)
      Parameters:
      ownerApp - the ownerApp to set
    • getCreateTime

      public Long getCreateTime()
      Returns:
      the createTime
    • setCreateTime

      public void setCreateTime(Long createTime)
      Parameters:
      createTime - the createTime to set
    • getUpdateTime

      public Long getUpdateTime()
      Returns:
      the updateTime
    • setUpdateTime

      public void setUpdateTime(Long updateTime)
      Parameters:
      updateTime - the updateTime to set
    • getCreatedBy

      public String getCreatedBy()
      Returns:
      the createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Parameters:
      createdBy - the createdBy to set
    • getUpdatedBy

      public String getUpdatedBy()
      Returns:
      the updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Parameters:
      updatedBy - the updatedBy to set