Package de.starwit.aic.model
Class Module
java.lang.Object
de.starwit.aic.model.Module
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-21T09:43:09.059871871Z[Etc/UTC]",
comments="Generator version: 7.13.0")
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) addSuccessorsItem(Module successorsItem) applicationIdentifier(String applicationIdentifier) decisionTypes(Set<DecisionType> decisionTypes) description(String description) booleanstatic ModuleCreate an instance of Module given an JSON stringGet actionTypesGet applicationIdentifierGet decisionTypesGet descriptiongetId()Get idgetModel()Get modelgetName()Get nameGet sBOMLocationGet successorsgetUseAI()Get useAIGet versioninthashCode()putSBOMLocationItem(String key, ModuleSBOMLocationValue sBOMLocationItem) sBOMLocation(Map<String, ModuleSBOMLocationValue> sBOMLocation) voidsetActionTypes(Set<ActionType> actionTypes) voidsetApplicationIdentifier(String applicationIdentifier) voidsetDecisionTypes(Set<DecisionType> decisionTypes) voidsetDescription(String description) voidvoidvoidvoidsetsBOMLocation(Map<String, ModuleSBOMLocationValue> sBOMLocation) voidsetSuccessors(Set<Module> successors) voidvoidsetVersion(String version) 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_VERSION
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_APPLICATION_IDENTIFIER
- 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
name
-
getName
Get name- Returns:
- name
-
setName
-
applicationIdentifier
-
getApplicationIdentifier
Get applicationIdentifier- Returns:
- applicationIdentifier
-
setApplicationIdentifier
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
useAI
-
getUseAI
Get useAI- Returns:
- useAI
-
setUseAI
-
model
-
getModel
Get model- Returns:
- model
-
setModel
-
actionTypes
-
addActionTypesItem
-
getActionTypes
Get actionTypes- Returns:
- actionTypes
-
setActionTypes
-
decisionTypes
-
addDecisionTypesItem
-
getDecisionTypes
Get decisionTypes- Returns:
- decisionTypes
-
setDecisionTypes
-
sBOMLocation
-
putSBOMLocationItem
-
getsBOMLocation
Get sBOMLocation- Returns:
- sBOMLocation
-
setsBOMLocation
-
successors
-
addSuccessorsItem
-
getSuccessors
Get successors- Returns:
- successors
-
setSuccessors
-
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 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
Convert an instance of Module to an JSON string- Returns:
- JSON string
-