Package com.docusign.esign.model
Class DocGenFormFieldOption
- java.lang.Object
-
- com.docusign.esign.model.DocGenFormFieldOption
-
- All Implemented Interfaces:
Serializable
public class DocGenFormFieldOption extends Object implements Serializable
DocGenFormFieldOption.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocGenFormFieldOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocGenFormFieldOptiondescription(String description)description.booleanequals(Object o)Compares objects.StringgetDescription().StringgetLabel().StringgetSelected().StringgetValue()Specifies the value of the tab.inthashCode()Returns the HashCode.DocGenFormFieldOptionlabel(String label)label.DocGenFormFieldOptionselected(String selected)selected.voidsetDescription(String description)setDescription.voidsetLabel(String label)setLabel.voidsetSelected(String selected)setSelected.voidsetValue(String value)setValue.StringtoString()Converts the given object to string.DocGenFormFieldOptionvalue(String value)value.
-
-
-
Method Detail
-
description
public DocGenFormFieldOption description(String description)
description.- Returns:
- DocGenFormFieldOption
-
getDescription
public String getDescription()
.- Returns:
- description
-
setDescription
public void setDescription(String description)
setDescription.
-
label
public DocGenFormFieldOption label(String label)
label.- Returns:
- DocGenFormFieldOption
-
getLabel
public String getLabel()
.- Returns:
- label
-
setLabel
public void setLabel(String label)
setLabel.
-
selected
public DocGenFormFieldOption selected(String selected)
selected.- Returns:
- DocGenFormFieldOption
-
getSelected
public String getSelected()
.- Returns:
- selected
-
setSelected
public void setSelected(String selected)
setSelected.
-
value
public DocGenFormFieldOption value(String value)
value.- Returns:
- DocGenFormFieldOption
-
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.
-
-