Package com.redhat.parodos.sdk.model
Class WorkFlowPropertiesDefinitionDTO
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowPropertiesDefinitionDTO
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowPropertiesDefinitionDTO
extends Object
WorkFlowPropertiesDefinitionDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of WorkFlowPropertiesDefinitionDTO given an JSON stringGet versioninthashCode()voidsetVersion(String version) toJson()Convert an instance of WorkFlowPropertiesDefinitionDTO 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_VERSION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowPropertiesDefinitionDTO
public WorkFlowPropertiesDefinitionDTO()
-
-
Method Details
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
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 WorkFlowPropertiesDefinitionDTO
-
fromJson
Create an instance of WorkFlowPropertiesDefinitionDTO given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowPropertiesDefinitionDTO
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowPropertiesDefinitionDTO
-
toJson
Convert an instance of WorkFlowPropertiesDefinitionDTO to an JSON string- Returns:
- JSON string
-