Package com.docusign.esign.model
Class BulksendingCopyDocGenFormField
- java.lang.Object
-
- com.docusign.esign.model.BulksendingCopyDocGenFormField
-
public class BulksendingCopyDocGenFormField extends Object
BulksendingCopyDocGenFormField.
-
-
Constructor Summary
Constructors Constructor Description BulksendingCopyDocGenFormField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetLabel().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.BulksendingCopyDocGenFormFieldlabel(String label)label.voidsetLabel(String label)setLabel.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.BulksendingCopyDocGenFormFieldvalue(String value)value.
-
-
-
Method Detail
-
label
public BulksendingCopyDocGenFormField label(String label)
label.- Returns:
- BulksendingCopyDocGenFormField
-
getLabel
public String getLabel()
.- Returns:
- label
-
setLabel
public void setLabel(String label)
setLabel.
-
value
public BulksendingCopyDocGenFormField value(String value)
value.- Returns:
- BulksendingCopyDocGenFormField
-
getValue
public String getValue()
Specifies the value of the tab. .- Returns:
- value
-
setValue
public void setValue(String value)
setValue.
-
equals
public boolean equals(Object o)
Compares objects.
-
-