Class ReadApplicationClass
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadApplicationClass
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-04-24T12:13:40.243553646+02:00[Europe/Berlin]")
public class ReadApplicationClass
extends StructureElementSystemData
ReadApplicationClass
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets classType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<StructureElementLink> private Definitionprivate PreferredNameprivate List<StructureElementLink> private PropertyValueConstraintsprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAspectsItem(StructureElementLink aspectsItem) addClassifiedAsItem(StructureElementLinkWithClassification classifiedAsItem) addPropertiesItem(StructureElementLink propertiesItem) aspects(List<StructureElementLink> aspects) classifiedAs(List<StructureElementLinkWithClassification> classifiedAs) definition(Definition definition) booleanGet aspectsGet classifiedAsGet classTypeGet definitionGet preferredNameGet propertiesGet propertyValueConstraintsRelease nameinthashCode()preferredName(PreferredName preferredName) properties(List<StructureElementLink> properties) propertyValueConstraints(PropertyValueConstraints propertyValueConstraints) voidsetAspects(List<StructureElementLink> aspects) voidsetClassifiedAs(List<StructureElementLinkWithClassification> classifiedAs) voidsetDefinition(Definition definition) voidsetPreferredName(PreferredName preferredName) voidsetProperties(List<StructureElementLink> properties) voidsetPropertyValueConstraints(PropertyValueConstraints propertyValueConstraints) voidsetRelease(String release) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()Methods inherited from class de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
getIrdi, irdi, setIrdi
-
Field Details
-
preferredName
-
definition
-
release
-
classType
-
classifiedAs
-
aspects
-
properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints
-
-
Constructor Details
-
ReadApplicationClass
public ReadApplicationClass()
-
-
Method Details
-
preferredName
-
getPreferredName
Get preferredName- Returns:
- preferredName
-
setPreferredName
-
definition
-
getDefinition
Get definition- Returns:
- definition
-
setDefinition
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
getClassType
Get classType- Returns:
- classType
-
classifiedAs
-
addClassifiedAsItem
public ReadApplicationClass addClassifiedAsItem(StructureElementLinkWithClassification classifiedAsItem) -
getClassifiedAs
Get classifiedAs- Returns:
- classifiedAs
-
setClassifiedAs
-
aspects
-
addAspectsItem
-
getAspects
Get aspects- Returns:
- aspects
-
setAspects
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
propertyValueConstraints
public ReadApplicationClass propertyValueConstraints(PropertyValueConstraints propertyValueConstraints) -
getPropertyValueConstraints
Get propertyValueConstraints- Returns:
- propertyValueConstraints
-
setPropertyValueConstraints
-
equals
- Overrides:
equalsin classStructureElementSystemData
-
hashCode
public int hashCode()- Overrides:
hashCodein classStructureElementSystemData
-
toString
- Overrides:
toStringin classStructureElementSystemData
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-