Package com.redhat.parodos.sdk.model
Class WorkParameterValueResponseDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkParameterValueResponseDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkParameterValueResponseDTO
extends Object
WorkParameterValueResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOptionsItem(String optionsItem) booleanCreate an instance of WorkParameterValueResponseDTO given an JSON stringgetKey()Get keyGet optionsGet propertyPathgetValue()Get valueinthashCode()propertyPath(String propertyPath) voidvoidsetOptions(List<String> options) voidsetPropertyPath(String propertyPath) voidtoJson()Convert an instance of WorkParameterValueResponseDTO to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_OPTIONS
- See Also:
-
SERIALIZED_NAME_PROPERTY_PATH
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkParameterValueResponseDTO
public WorkParameterValueResponseDTO()
-
-
Method Details
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
options
-
addOptionsItem
-
getOptions
Get options- Returns:
- options
-
setOptions
-
propertyPath
-
getPropertyPath
Get propertyPath- Returns:
- propertyPath
-
setPropertyPath
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to WorkParameterValueResponseDTO
-
fromJson
Create an instance of WorkParameterValueResponseDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkParameterValueResponseDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkParameterValueResponseDTO
-
toJson
Convert an instance of WorkParameterValueResponseDTO to an JSON string- Returns:
- JSON string
-