Class AspectData
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.AspectData
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-04-24T20:33:44.929185777+02:00[Europe/Berlin]")
public class AspectData
extends Object
AspectData
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AspectData.ClassTypeEnumprivate List<StructureElementLink> private PropertyValueConstraintsprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem(StructureElementLink propertiesItem) booleanGet classTypeGet propertiesGet propertyValueConstraintsRelease nameinthashCode()properties(List<StructureElementLink> properties) propertyValueConstraints(PropertyValueConstraints propertyValueConstraints) 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()
-
Field Details
-
release
-
classType
-
properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints
-
-
Constructor Details
-
AspectData
public AspectData()
-
-
Method Details
-
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
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-