Class PreferredName
java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
de.iip_ecosphere.platform.support.semanticId.eclass.model.TranslatableLabel
de.iip_ecosphere.platform.support.semanticId.eclass.model.PreferredName
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
- Direct Known Subclasses:
AllOfaocDataStatusDefinition
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-18T14:49:34.048403897Z[Etc/UTC]")
public class PreferredName
extends TranslatableLabel
Preferred name of structural element
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
PreferredName
public PreferredName()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classTranslatableLabel
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-