Package com.docusign.maestro.model
Class DSWorkflowVariableFromVariable
- java.lang.Object
-
- com.docusign.maestro.model.DSWorkflowVariableFromVariable
-
- All Implemented Interfaces:
Serializable
public class DSWorkflowVariableFromVariable extends Object implements Serializable
DS Workflow Variable from a Variable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWorkflowVariableFromVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetKey()Get key.StringgetPropertyName()Get propertyName.DSWorkflowVariableSourceTypesVariablegetSource()Get source.StringgetStepId()Get stepId.inthashCode()Returns the HashCode.DSWorkflowVariableFromVariablekey(String key)key.DSWorkflowVariableFromVariablepropertyName(String propertyName)propertyName.voidsetKey(String key)setKey.voidsetPropertyName(String propertyName)setPropertyName.voidsetSource(DSWorkflowVariableSourceTypesVariable source)setSource.voidsetStepId(String stepId)setStepId.DSWorkflowVariableFromVariablesource(DSWorkflowVariableSourceTypesVariable source)source.DSWorkflowVariableFromVariablestepId(String stepId)stepId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
key
public DSWorkflowVariableFromVariable key(String key)
key.- Returns:
- DSWorkflowVariableFromVariable
-
getKey
public String getKey()
Get key.- Returns:
- key
-
setKey
public void setKey(String key)
setKey.
-
propertyName
public DSWorkflowVariableFromVariable propertyName(String propertyName)
propertyName.- Returns:
- DSWorkflowVariableFromVariable
-
getPropertyName
public String getPropertyName()
Get propertyName.- Returns:
- propertyName
-
setPropertyName
public void setPropertyName(String propertyName)
setPropertyName.
-
source
public DSWorkflowVariableFromVariable source(DSWorkflowVariableSourceTypesVariable source)
source.- Returns:
- DSWorkflowVariableFromVariable
-
getSource
public DSWorkflowVariableSourceTypesVariable getSource()
Get source.- Returns:
- source
-
setSource
public void setSource(DSWorkflowVariableSourceTypesVariable source)
setSource.
-
stepId
public DSWorkflowVariableFromVariable stepId(String stepId)
stepId.- Returns:
- DSWorkflowVariableFromVariable
-
getStepId
public String getStepId()
Get stepId.- Returns:
- stepId
-
setStepId
public void setStepId(String stepId)
setStepId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-