Class StructureElementLinkWithClassification
- java.lang.Object
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementLink
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.StructureElementLinkWithClassification
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class StructureElementLinkWithClassification extends StructureElementLinkStructureElementLinkWithClassification
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringcodedName
-
Constructor Summary
Constructors Constructor Description StructureElementLinkWithClassification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureElementLinkWithClassificationcodedName(java.lang.String codedName)booleanequals(java.lang.Object o)java.lang.StringgetCodedName()Get codedNameinthashCode()voidsetCodedName(java.lang.String codedName)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.StructureElementLink
getHref, getIrdi, irdi, isIsDeprecated, setIrdi
-
-
-
-
Method Detail
-
codedName
public StructureElementLinkWithClassification codedName(java.lang.String codedName)
-
getCodedName
public java.lang.String getCodedName()
Get codedName- Returns:
- codedName
-
setCodedName
public void setCodedName(java.lang.String codedName)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classStructureElementLink
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStructureElementLink
-
toString
public java.lang.String toString()
- Overrides:
toStringin classStructureElementLink
-
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).
-
-