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="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class ReadApplicationClass extends StructureElementSystemDataReadApplicationClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReadApplicationClass.ClassTypeEnumGets or Sets classType
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<StructureElementLink>aspectsprivate java.util.List<StructureElementLinkWithClassification>classifiedAsprivate ReadApplicationClass.ClassTypeEnumclassTypeprivate Definitiondefinitionprivate PreferredNamepreferredNameprivate java.util.List<StructureElementLink>propertiesprivate PropertyValueConstraintspropertyValueConstraintsprivate java.lang.Stringrelease
-
Constructor Summary
Constructors Constructor Description ReadApplicationClass()
-
Method Summary
-
Methods inherited from class de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementSystemData
getIrdi, irdi, setIrdi
-
-
-
-
Field Detail
-
preferredName
@SerializedName("preferredName") private PreferredName preferredName
-
definition
@SerializedName("definition") private Definition definition
-
release
@SerializedName("release") private java.lang.String release
-
classType
@SerializedName("classType") private ReadApplicationClass.ClassTypeEnum classType
-
classifiedAs
@SerializedName("classifiedAs") private java.util.List<StructureElementLinkWithClassification> classifiedAs
-
aspects
@SerializedName("aspects") private java.util.List<StructureElementLink> aspects
-
properties
@SerializedName("properties") private java.util.List<StructureElementLink> properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints
-
-
Method Detail
-
preferredName
public ReadApplicationClass preferredName(PreferredName preferredName)
-
getPreferredName
public PreferredName getPreferredName()
Get preferredName- Returns:
- preferredName
-
setPreferredName
public void setPreferredName(PreferredName preferredName)
-
definition
public ReadApplicationClass definition(Definition definition)
-
getDefinition
public Definition getDefinition()
Get definition- Returns:
- definition
-
setDefinition
public void setDefinition(Definition definition)
-
release
public ReadApplicationClass release(java.lang.String release)
-
getRelease
public java.lang.String getRelease()
Release name- Returns:
- release
-
setRelease
public void setRelease(java.lang.String release)
-
getClassType
public ReadApplicationClass.ClassTypeEnum getClassType()
Get classType- Returns:
- classType
-
classifiedAs
public ReadApplicationClass classifiedAs(java.util.List<StructureElementLinkWithClassification> classifiedAs)
-
addClassifiedAsItem
public ReadApplicationClass addClassifiedAsItem(StructureElementLinkWithClassification classifiedAsItem)
-
getClassifiedAs
public java.util.List<StructureElementLinkWithClassification> getClassifiedAs()
Get classifiedAs- Returns:
- classifiedAs
-
setClassifiedAs
public void setClassifiedAs(java.util.List<StructureElementLinkWithClassification> classifiedAs)
-
aspects
public ReadApplicationClass aspects(java.util.List<StructureElementLink> aspects)
-
addAspectsItem
public ReadApplicationClass addAspectsItem(StructureElementLink aspectsItem)
-
getAspects
public java.util.List<StructureElementLink> getAspects()
Get aspects- Returns:
- aspects
-
setAspects
public void setAspects(java.util.List<StructureElementLink> aspects)
-
properties
public ReadApplicationClass properties(java.util.List<StructureElementLink> properties)
-
addPropertiesItem
public ReadApplicationClass addPropertiesItem(StructureElementLink propertiesItem)
-
getProperties
public java.util.List<StructureElementLink> getProperties()
Get properties- Returns:
- properties
-
setProperties
public void setProperties(java.util.List<StructureElementLink> properties)
-
propertyValueConstraints
public ReadApplicationClass propertyValueConstraints(PropertyValueConstraints propertyValueConstraints)
-
getPropertyValueConstraints
public PropertyValueConstraints getPropertyValueConstraints()
Get propertyValueConstraints- Returns:
- propertyValueConstraints
-
setPropertyValueConstraints
public void setPropertyValueConstraints(PropertyValueConstraints propertyValueConstraints)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classStructureElementSystemData
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStructureElementSystemData
-
toString
public java.lang.String toString()
- Overrides:
toStringin classStructureElementSystemData
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-