Package com.docusign.maestro.model
Class WorkflowDefinitionMetadata
- java.lang.Object
-
- com.docusign.maestro.model.WorkflowDefinitionMetadata
-
- All Implemented Interfaces:
Serializable
public class WorkflowDefinitionMetadata extends Object implements Serializable
A DS workflow definition's metadata..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowDefinitionMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowDefinitionMetadataaccountId(String accountId)accountId.WorkflowDefinitionMetadatacreatedDate(String createdDate)createdDate.booleanequals(Object o)Compares objects.StringgetAccountId()Get accountId.StringgetCreatedDate()The date the workflow was created.StringgetId()Get id.StringgetLastDeployedId()Get lastDeployedId.StringgetLastDeployedVersion()Get lastDeployedVersion.StringgetLastUpdatedDate()The date the workflow was last updated.StringgetName()Get name.WorkflowMetadataStatusgetStatus()Get status.StringgetTriggerUrl()Get triggerUrl.inthashCode()Returns the HashCode.WorkflowDefinitionMetadataid(String id)id.WorkflowDefinitionMetadataisDraft(Boolean isDraft)isDraft.BooleanisIsDraft()Get isDraft.WorkflowDefinitionMetadatalastDeployedId(String lastDeployedId)lastDeployedId.WorkflowDefinitionMetadatalastDeployedVersion(String lastDeployedVersion)lastDeployedVersion.WorkflowDefinitionMetadatalastUpdatedDate(String lastUpdatedDate)lastUpdatedDate.WorkflowDefinitionMetadataname(String name)name.voidsetAccountId(String accountId)setAccountId.voidsetCreatedDate(String createdDate)setCreatedDate.voidsetId(String id)setId.voidsetIsDraft(Boolean isDraft)setIsDraft.voidsetLastDeployedId(String lastDeployedId)setLastDeployedId.voidsetLastDeployedVersion(String lastDeployedVersion)setLastDeployedVersion.voidsetLastUpdatedDate(String lastUpdatedDate)setLastUpdatedDate.voidsetName(String name)setName.voidsetStatus(WorkflowMetadataStatus status)setStatus.voidsetTriggerUrl(String triggerUrl)setTriggerUrl.WorkflowDefinitionMetadatastatus(WorkflowMetadataStatus status)status.StringtoString()Converts the given object to string.WorkflowDefinitionMetadatatriggerUrl(String triggerUrl)triggerUrl.
-
-
-
Method Detail
-
accountId
public WorkflowDefinitionMetadata accountId(String accountId)
accountId.- Returns:
- WorkflowDefinitionMetadata
-
getAccountId
public String getAccountId()
Get accountId.- Returns:
- accountId
-
setAccountId
public void setAccountId(String accountId)
setAccountId.
-
createdDate
public WorkflowDefinitionMetadata createdDate(String createdDate)
createdDate.- Returns:
- WorkflowDefinitionMetadata
-
getCreatedDate
public String getCreatedDate()
The date the workflow was created.- Returns:
- createdDate
-
setCreatedDate
public void setCreatedDate(String createdDate)
setCreatedDate.
-
id
public WorkflowDefinitionMetadata id(String id)
id.- Returns:
- WorkflowDefinitionMetadata
-
getId
public String getId()
Get id.- Returns:
- id
-
setId
public void setId(String id)
setId.
-
isDraft
public WorkflowDefinitionMetadata isDraft(Boolean isDraft)
isDraft.- Returns:
- WorkflowDefinitionMetadata
-
isIsDraft
public Boolean isIsDraft()
Get isDraft.- Returns:
- isDraft
-
setIsDraft
public void setIsDraft(Boolean isDraft)
setIsDraft.
-
lastDeployedId
public WorkflowDefinitionMetadata lastDeployedId(String lastDeployedId)
lastDeployedId.- Returns:
- WorkflowDefinitionMetadata
-
getLastDeployedId
public String getLastDeployedId()
Get lastDeployedId.- Returns:
- lastDeployedId
-
setLastDeployedId
public void setLastDeployedId(String lastDeployedId)
setLastDeployedId.
-
lastDeployedVersion
public WorkflowDefinitionMetadata lastDeployedVersion(String lastDeployedVersion)
lastDeployedVersion.- Returns:
- WorkflowDefinitionMetadata
-
getLastDeployedVersion
public String getLastDeployedVersion()
Get lastDeployedVersion.- Returns:
- lastDeployedVersion
-
setLastDeployedVersion
public void setLastDeployedVersion(String lastDeployedVersion)
setLastDeployedVersion.
-
lastUpdatedDate
public WorkflowDefinitionMetadata lastUpdatedDate(String lastUpdatedDate)
lastUpdatedDate.- Returns:
- WorkflowDefinitionMetadata
-
getLastUpdatedDate
public String getLastUpdatedDate()
The date the workflow was last updated.- Returns:
- lastUpdatedDate
-
setLastUpdatedDate
public void setLastUpdatedDate(String lastUpdatedDate)
setLastUpdatedDate.
-
name
public WorkflowDefinitionMetadata name(String name)
name.- Returns:
- WorkflowDefinitionMetadata
-
getName
public String getName()
Get name.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
status
public WorkflowDefinitionMetadata status(WorkflowMetadataStatus status)
status.- Returns:
- WorkflowDefinitionMetadata
-
getStatus
public WorkflowMetadataStatus getStatus()
Get status.- Returns:
- status
-
setStatus
public void setStatus(WorkflowMetadataStatus status)
setStatus.
-
triggerUrl
public WorkflowDefinitionMetadata triggerUrl(String triggerUrl)
triggerUrl.- Returns:
- WorkflowDefinitionMetadata
-
getTriggerUrl
public String getTriggerUrl()
Get triggerUrl.- Returns:
- triggerUrl
-
setTriggerUrl
public void setTriggerUrl(String triggerUrl)
setTriggerUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-