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="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class ReadAspect extends StructureElementSystemDataReadAspect
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReadAspect.ClassTypeEnumGets or Sets classType
-
Field Summary
Fields Modifier and Type Field Description private ReadAspect.ClassTypeEnumclassTypeprivate Definitiondefinitionprivate PreferredNamepreferredNameprivate java.util.List<StructureElementLink>propertiesprivate PropertyValueConstraintspropertyValueConstraintsprivate java.lang.Stringrelease
-
Constructor Summary
Constructors Constructor Description ReadAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadAspectaddPropertiesItem(StructureElementLink propertiesItem)ReadAspectdefinition(Definition definition)booleanequals(java.lang.Object o)ReadAspect.ClassTypeEnumgetClassType()Get classTypeDefinitiongetDefinition()Get definitionPreferredNamegetPreferredName()Get preferredNamejava.util.List<StructureElementLink>getProperties()Get propertiesPropertyValueConstraintsgetPropertyValueConstraints()Get propertyValueConstraintsjava.lang.StringgetRelease()Release nameinthashCode()ReadAspectpreferredName(PreferredName preferredName)ReadAspectproperties(java.util.List<StructureElementLink> properties)ReadAspectpropertyValueConstraints(PropertyValueConstraints propertyValueConstraints)ReadAspectrelease(java.lang.String release)voidsetDefinition(Definition definition)voidsetPreferredName(PreferredName preferredName)voidsetProperties(java.util.List<StructureElementLink> properties)voidsetPropertyValueConstraints(PropertyValueConstraints propertyValueConstraints)voidsetRelease(java.lang.String release)private java.lang.StringtoIndentedString(java.lang.Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.StringtoString()-
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 ReadAspect.ClassTypeEnum classType
-
properties
@SerializedName("properties") private java.util.List<StructureElementLink> properties
-
propertyValueConstraints
@SerializedName("propertyValueConstraints") private PropertyValueConstraints propertyValueConstraints
-
-
Method Detail
-
preferredName
public ReadAspect preferredName(PreferredName preferredName)
-
getPreferredName
public PreferredName getPreferredName()
Get preferredName- Returns:
- preferredName
-
setPreferredName
public void setPreferredName(PreferredName preferredName)
-
definition
public ReadAspect definition(Definition definition)
-
getDefinition
public Definition getDefinition()
Get definition- Returns:
- definition
-
setDefinition
public void setDefinition(Definition definition)
-
release
public ReadAspect 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 ReadAspect.ClassTypeEnum getClassType()
Get classType- Returns:
- classType
-
properties
public ReadAspect properties(java.util.List<StructureElementLink> properties)
-
addPropertiesItem
public ReadAspect 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 ReadAspect 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).
-
-