Class ReadAspect
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadAspect
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-26T08:37:14.167362423Z[Etc/UTC]")
public class ReadAspect
extends StructureElementSystemData
ReadAspect
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ReadAspect.ClassTypeEnumprivate Definitionprivate PreferredNameprivate List<StructureElementLink> private PropertyValueConstraintsprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem(StructureElementLink propertiesItem) definition(Definition definition) booleanGet classTypeGet definitionGet preferredNameGet propertiesGet propertyValueConstraintsRelease nameinthashCode()preferredName(PreferredName preferredName) properties(List<StructureElementLink> properties) propertyValueConstraints(PropertyValueConstraints propertyValueConstraints) 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
-
properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints
-
-
Constructor Details
-
ReadAspect
public ReadAspect()
-
-
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
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
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).
-