Class TranslatableLabel
java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
de.iip_ecosphere.platform.support.semanticId.eclass.model.TranslatableLabel
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
- Direct Known Subclasses:
Definition,PreferredName,ShortName
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-20T14:36:57.435832949Z[Etc/UTC]")
public class TranslatableLabel
extends HashMap<String,String>
JSON-LD compatible way of defining language dependent strings (<i>'language maps'</i>) using BCP47 scheme as keys (such as 'en-US')
- 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
-
TranslatableLabel
public TranslatableLabel()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAbstractMap<String,String>
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-