Package de.starwit.aic.model
Class Module
java.lang.Object
de.starwit.aic.model.Module
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-31T19:41:30.613174479Z[Etc/UTC]")
public class Module
extends Object
Module
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionTypes(Set<ActionType> actionTypes) addActionTypesItem(ActionType actionTypesItem) addDecisionTypesItem(DecisionType decisionTypesItem) addSubmodulesItem(Module submodulesItem) addSuccessorsItem(Module successorsItem) decisionTypes(Set<DecisionType> decisionTypes) description(String description) booleanstatic ModuleCreate an instance of Module given an JSON stringGet actionTypesGet decisionTypesGet descriptiongetId()Get idgetModel()Get modelgetName()Get nameGet sBOMLocationGet submodulesGet successorsgetUseAI()Get useAIinthashCode()putSBOMLocationItem(String key, ModuleSBOMLocationValue sBOMLocationItem) sBOMLocation(Map<String, ModuleSBOMLocationValue> sBOMLocation) voidsetActionTypes(Set<ActionType> actionTypes) voidsetDecisionTypes(Set<DecisionType> decisionTypes) voidsetDescription(String description) voidvoidvoidvoidsetsBOMLocation(Map<String, ModuleSBOMLocationValue> sBOMLocation) voidsetSubmodules(Set<Module> submodules) voidsetSuccessors(Set<Module> successors) voidsubmodules(Set<Module> submodules) successors(Set<Module> successors) toJson()Convert an instance of Module 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_USE_A_I
- See Also:
-
SERIALIZED_NAME_MODEL
- See Also:
-
SERIALIZED_NAME_ACTION_TYPES
- See Also:
-
SERIALIZED_NAME_DECISION_TYPES
- See Also:
-
SERIALIZED_NAME_S_B_O_M_LOCATION
- See Also:
-
SERIALIZED_NAME_SUCCESSORS
- See Also:
-
SERIALIZED_NAME_SUBMODULES
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
description
-
getDescription
-
setDescription
-
useAI
-
getUseAI
-
setUseAI
-
model
-
getModel
-
setModel
-
actionTypes
-
addActionTypesItem
-
getActionTypes
-
setActionTypes
-
decisionTypes
-
addDecisionTypesItem
-
getDecisionTypes
-
setDecisionTypes
-
sBOMLocation
-
putSBOMLocationItem
-
getsBOMLocation
Get sBOMLocation- Returns:
- sBOMLocation
-
setsBOMLocation
-
successors
-
addSuccessorsItem
-
getSuccessors
-
setSuccessors
-
submodules
-
addSubmodulesItem
-
getSubmodules
-
setSubmodules
-
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 Module
-
fromJson
Create an instance of Module given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of Module
- Throws:
IOException- if the JSON string is invalid with respect to Module
-
toJson
-