Class ConditionalRule
java.lang.Object
com.boldsign.model.ConditionalRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ConditionalRule
extends Object
ConditionalRule
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ConditionalRuleCreate an instance of ConditionalRule given an JSON stringGet fieldIdGet isCheckedgetValue()Get valueinthashCode()voidsetFieldId(String fieldId) voidsetIsChecked(Boolean isChecked) voidtoJson()Convert an instance of ConditionalRule to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FIELD_ID
- See Also:
-
SERIALIZED_NAME_IS_CHECKED
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ConditionalRule
public ConditionalRule()
-
-
Method Details
-
fieldId
-
getFieldId
-
setFieldId
-
isChecked
-
getIsChecked
-
setIsChecked
-
value
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ConditionalRule
-
fromJson
Create an instance of ConditionalRule given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ConditionalRule
- Throws:
IOException- if the JSON string is invalid with respect to ConditionalRule
-
toJson
Convert an instance of ConditionalRule to an JSON string- Returns:
- JSON string
-