Package org.openstack4j.model.manila
Class ExtraSpecs
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- org.openstack4j.model.manila.ExtraSpecs
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>,ModelEntity
public class ExtraSpecs extends HashMap<String,String> implements ModelEntity
Represents extra specifications for share types.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ExtraSpecs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExtraSpecstoExtraSpecs(Map<String,String> from)Creates extra specifications from a map.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
toExtraSpecs
public static ExtraSpecs toExtraSpecs(Map<String,String> from)
Creates extra specifications from a map.- Parameters:
from- the base map- Returns:
- the extra specifications created from the map
-
-