Package com.hellosign.openapi.model
Class SignatureRequestResponseDataValueRadio
- java.lang.Object
-
- com.hellosign.openapi.model.SignatureRequestResponseDataBase
-
- com.hellosign.openapi.model.SignatureRequestResponseDataValueRadio
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class SignatureRequestResponseDataValueRadio extends SignatureRequestResponseDataBaseSignatureRequestResponseDataValueRadio
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_TYPEstatic java.lang.StringJSON_PROPERTY_VALUE-
Fields inherited from class com.hellosign.openapi.model.SignatureRequestResponseDataBase
JSON_PROPERTY_API_ID, JSON_PROPERTY_NAME, JSON_PROPERTY_REQUIRED, JSON_PROPERTY_SIGNATURE_ID
-
-
Constructor Summary
Constructors Constructor Description SignatureRequestResponseDataValueRadio()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this SignatureRequestResponseDataValueRadio object is equal to o.java.lang.StringgetType()An input field for radiosjava.lang.BooleangetValue()The value of the form field.inthashCode()voidsetType(java.lang.String type)voidsetValue(java.lang.Boolean value)java.lang.StringtoString()SignatureRequestResponseDataValueRadiotype(java.lang.String type)SignatureRequestResponseDataValueRadiovalue(java.lang.Boolean value)-
Methods inherited from class com.hellosign.openapi.model.SignatureRequestResponseDataBase
apiId, getApiId, getName, getRequired, getSignatureId, name, required, setApiId, setName, setRequired, setSignatureId, signatureId
-
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final java.lang.String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public SignatureRequestResponseDataValueRadio type(java.lang.String type)
- Overrides:
typein classSignatureRequestResponseDataBase
-
getType
@Nullable public java.lang.String getType()
An input field for radios- Overrides:
getTypein classSignatureRequestResponseDataBase- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setTypein classSignatureRequestResponseDataBase
-
value
public SignatureRequestResponseDataValueRadio value(java.lang.Boolean value)
-
getValue
@Nullable public java.lang.Boolean getValue()
The value of the form field.- Returns:
- value
-
setValue
public void setValue(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object o)
Return true if this SignatureRequestResponseDataValueRadio object is equal to o.- Overrides:
equalsin classSignatureRequestResponseDataBase
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSignatureRequestResponseDataBase
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSignatureRequestResponseDataBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Overrides:
createFormDatain classSignatureRequestResponseDataBase- Throws:
ApiException
-
-