Class ExtraSpecsWrapper
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ExtraSpecsWrapper
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ExtraSpecsWrapper extends Object implements ModelEntity
A Wrapper for flavor extra specs to get- Author:
- Octopus Zhang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtraSpecsWrapper()ExtraSpecsWrapper(Map<String,String> extraSpecs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getExtraSpecs()static ExtraSpecsWrapperwrap(Map<String,String> extraSpecs)Wraps the given extraSpecs into the wrapper
-