Package com.redhat.parodos.sdk.model
Class WorkParameterValueRequestDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkParameterValueRequestDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkParameterValueRequestDTO
extends Object
WorkParameterValueRequestDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic WorkParameterValueRequestDTOCreate an instance of WorkParameterValueRequestDTO given an JSON stringgetKey()Get keygetValue()Get valueGet workNameinthashCode()voidvoidvoidsetWorkName(String workName) toJson()Convert an instance of WorkParameterValueRequestDTO 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_VALUE
- See Also:
-
SERIALIZED_NAME_WORK_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkParameterValueRequestDTO
public WorkParameterValueRequestDTO()
-
-
Method Details
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
workName
-
getWorkName
Get workName- Returns:
- workName
-
setWorkName
-
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 WorkParameterValueRequestDTO
-
fromJson
Create an instance of WorkParameterValueRequestDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkParameterValueRequestDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkParameterValueRequestDTO
-
toJson
Convert an instance of WorkParameterValueRequestDTO to an JSON string- Returns:
- JSON string
-