Class SaharaServiceInfo
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- org.openstack4j.openstack.sahara.domain.SaharaServiceInfo
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>,ModelEntity,ServiceInfo
public class SaharaServiceInfo extends HashMap<String,String> implements ServiceInfo
For mapping JSON response to java objects- Author:
- ekasit.kijsipongse@nectec.or.th
- 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>
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description SaharaServiceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String name)Map<String,String>getInfos()-
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
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public String get(String name)
- Specified by:
getin interfaceServiceInfo- Parameters:
name- the name of the information- Returns:
- the information
-
getInfos
public Map<String,String> getInfos()
- Specified by:
getInfosin interfaceServiceInfo- Returns:
- map of all information or null
-
-