Package com.redhat.parodos.sdk.model
Class WorkFlowOption
java.lang.Object
com.redhat.parodos.sdk.model.WorkFlowOption
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WorkFlowOption
extends Object
WorkFlowOption
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDetailsItem(String detailsItem) description(String description) displayName(String displayName) booleanstatic WorkFlowOptionCreate an instance of WorkFlowOption given an JSON stringGet descriptionGet detailsGet displayNameGet identifierGet recommendedGet workFlowNameinthashCode()identifier(String identifier) recommended(Boolean recommended) voidsetDescription(String description) voidsetDetails(List<String> details) voidsetDisplayName(String displayName) voidsetIdentifier(String identifier) voidsetRecommended(Boolean recommended) voidsetWorkFlowName(String workFlowName) toJson()Convert an instance of WorkFlowOption to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundworkFlowName(String workFlowName)
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_DETAILS
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_IDENTIFIER
- See Also:
-
SERIALIZED_NAME_RECOMMENDED
- See Also:
-
SERIALIZED_NAME_WORK_FLOW_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
WorkFlowOption
public WorkFlowOption()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
details
-
addDetailsItem
-
getDetails
Get details- Returns:
- details
-
setDetails
-
displayName
-
getDisplayName
Get displayName- Returns:
- displayName
-
setDisplayName
-
identifier
-
getIdentifier
Get identifier- Returns:
- identifier
-
setIdentifier
-
recommended
-
getRecommended
Get recommended- Returns:
- recommended
-
setRecommended
-
workFlowName
-
getWorkFlowName
Get workFlowName- Returns:
- workFlowName
-
setWorkFlowName
-
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 WorkFlowOption
-
fromJson
Create an instance of WorkFlowOption given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of WorkFlowOption
- Throws:
IOException- if the JSON string is invalid with respect to WorkFlowOption
-
toJson
Convert an instance of WorkFlowOption to an JSON string- Returns:
- JSON string
-