Package com.docusign.maestro.model
Class DSWorkflowSubstringExpression
- java.lang.Object
-
- com.docusign.maestro.model.DSWorkflowSubstringExpression
-
- All Implemented Interfaces:
Serializable
public class DSWorkflowSubstringExpression extends Object implements Serializable
DSWorkflowSubstringExpression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWorkflowSubstringExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.ObjectgetLength()Reference of #/definitions/NumberOrVariable.ObjectgetStartIndex()Reference of #/definitions/NumberOrVariable.ObjectgetText()Reference of #/definitions/StringOrVariableOrTransformation.DSWorkflowTransformationExpressionTypesSubstringExpressiongetType()Get type.inthashCode()Returns the HashCode.DSWorkflowSubstringExpressionlength(Object length)length.voidsetLength(Object length)setLength.voidsetStartIndex(Object startIndex)setStartIndex.voidsetText(Object text)setText.voidsetType(DSWorkflowTransformationExpressionTypesSubstringExpression type)setType.DSWorkflowSubstringExpressionstartIndex(Object startIndex)startIndex.DSWorkflowSubstringExpressiontext(Object text)text.StringtoString()Converts the given object to string.DSWorkflowSubstringExpressiontype(DSWorkflowTransformationExpressionTypesSubstringExpression type)type.
-
-
-
Method Detail
-
length
public DSWorkflowSubstringExpression length(Object length)
length.- Returns:
- DSWorkflowSubstringExpression
-
getLength
public Object getLength()
Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable].- Returns:
- length
-
setLength
public void setLength(Object length)
setLength.
-
startIndex
public DSWorkflowSubstringExpression startIndex(Object startIndex)
startIndex.- Returns:
- DSWorkflowSubstringExpression
-
getStartIndex
public Object getStartIndex()
Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable].- Returns:
- startIndex
-
setStartIndex
public void setStartIndex(Object startIndex)
setStartIndex.
-
text
public DSWorkflowSubstringExpression text(Object text)
text.- Returns:
- DSWorkflowSubstringExpression
-
getText
public Object getText()
Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].- Returns:
- text
-
setText
public void setText(Object text)
setText.
-
type
public DSWorkflowSubstringExpression type(DSWorkflowTransformationExpressionTypesSubstringExpression type)
type.- Returns:
- DSWorkflowSubstringExpression
-
getType
public DSWorkflowTransformationExpressionTypesSubstringExpression getType()
Get type.- Returns:
- type
-
setType
public void setType(DSWorkflowTransformationExpressionTypesSubstringExpression type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-