Package com.docusign.maestro.model
Class NumberOrVariable
- java.lang.Object
-
- com.docusign.maestro.model.NumberOrVariable
-
- All Implemented Interfaces:
Serializable
public class NumberOrVariable extends Object implements Serializable
Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable].- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumberOrVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.inthashCode()Returns the HashCode.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compares objects.
-
-