Class ApplicationClassData
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.model.ApplicationClassData
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-26T08:37:14.167362423Z[Etc/UTC]")
public class ApplicationClassData
extends Object
ApplicationClassData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets classType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<StructureElementLink> private 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) booleanGet aspectsGet classifiedAsGet classTypeGet propertiesGet propertyValueConstraintsRelease nameinthashCode()properties(List<StructureElementLink> properties) propertyValueConstraints(PropertyValueConstraints propertyValueConstraints) voidsetAspects(List<StructureElementLink> aspects) voidsetClassifiedAs(List<StructureElementLinkWithClassification> classifiedAs) 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
-
classifiedAs
-
aspects
-
properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints
-
-
Constructor Details
-
ApplicationClassData
public ApplicationClassData()
-
-
Method Details
-
release
-
getRelease
Release name- Returns:
- release
-
setRelease
-
getClassType
Get classType- Returns:
- classType
-
classifiedAs
-
addClassifiedAsItem
public ApplicationClassData 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 ApplicationClassData propertyValueConstraints(PropertyValueConstraints 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).
-