Package de.starwit.aic.model
Class DecisionType
java.lang.Object
de.starwit.aic.model.DecisionType
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-21T09:43:09.059871871Z[Etc/UTC]",
comments="Generator version: 7.13.0")
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) description(String description) booleanstatic DecisionTypeCreate an instance of DecisionType given an JSON stringGet actionTypesGet descriptiongetId()Get idGet modulegetName()Get nameinthashCode()voidsetActionTypes(Set<ActionType> actionTypes) 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_ACTION_TYPES
- See Also:
-
SERIALIZED_NAME_MODULE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DecisionType
public DecisionType()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
actionTypes
-
addActionTypesItem
-
getActionTypes
Get actionTypes- Returns:
- actionTypes
-
setActionTypes
-
module
-
getModule
Get module- Returns:
- module
-
setModule
-
equals
-
hashCode
public int 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
Convert an instance of DecisionType to an JSON string- Returns:
- JSON string
-