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.StringgetName().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.BulksendingCopyDocGenFormFieldname(String name)name.voidsetName(String name)setName.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.BulksendingCopyDocGenFormFieldvalue(String value)value.
-
-
-
Method Detail
-
name
public BulksendingCopyDocGenFormField name(String name)
name.- Returns:
- BulksendingCopyDocGenFormField
-
getName
public String getName()
.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
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.
-
-