Package de.starwit.aic.model
Class DecisionType
java.lang.Object
de.starwit.aic.model.DecisionType
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-31T19:41:30.613174479Z[Etc/UTC]")
public class DecisionType
extends Object
A type of decision that a system can derive
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionTypes(Set<ActionType> actionTypes) addActionTypesItem(ActionType actionTypesItem) addDecisionsItem(Decision decisionsItem) description(String description) booleanstatic DecisionTypeCreate an instance of DecisionType given an JSON stringGet actionTypesGet decisionsGet descriptiongetId()Get idGet modulegetName()Get nameinthashCode()voidsetActionTypes(Set<ActionType> actionTypes) voidsetDecisions(Set<Decision> decisions) voidsetDescription(String description) voidvoidvoidtoJson()Convert an instance of DecisionType 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_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_MODULE
- See Also:
-
SERIALIZED_NAME_DECISIONS
- See Also:
-
SERIALIZED_NAME_ACTION_TYPES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DecisionType
public DecisionType()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
description
-
getDescription
-
setDescription
-
module
-
getModule
-
setModule
-
decisions
-
addDecisionsItem
-
getDecisions
-
setDecisions
-
actionTypes
-
addActionTypesItem
-
getActionTypes
-
setActionTypes
-
equals
-
hashCode
-
toString
-
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 DecisionType
-
fromJson
Create an instance of DecisionType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DecisionType
- Throws:
IOException- if the JSON string is invalid with respect to DecisionType
-
toJson
-