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 SignatureRequestResponseDataBase
SignatureRequestResponseDataValueRadio
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_TYPE
static java.lang.String
JSON_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()
boolean
equals(java.lang.Object o)
Return true if this SignatureRequestResponseDataValueRadio object is equal to o.java.lang.String
getType()
An input field for radiosjava.lang.Boolean
getValue()
The value of the form field.int
hashCode()
void
setType(java.lang.String type)
void
setValue(java.lang.Boolean value)
java.lang.String
toString()
SignatureRequestResponseDataValueRadio
type(java.lang.String type)
SignatureRequestResponseDataValueRadio
value(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:
type
in classSignatureRequestResponseDataBase
-
getType
@Nullable public java.lang.String getType()
An input field for radios- Overrides:
getType
in classSignatureRequestResponseDataBase
- Returns:
- type
-
setType
public void setType(java.lang.String type)
- Overrides:
setType
in 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:
equals
in classSignatureRequestResponseDataBase
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSignatureRequestResponseDataBase
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSignatureRequestResponseDataBase
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Overrides:
createFormData
in classSignatureRequestResponseDataBase
- Throws:
ApiException
-
-