Class ResourceProviderInventoriesBody
- java.lang.Object
-
- org.openstack4j.openstack.placement.domain.ResourceProviderInventoriesBody
-
- All Implemented Interfaces:
ProviderInventoriesBody
public class ResourceProviderInventoriesBody extends Object implements ProviderInventoriesBody
Resource Provider Inventories Body contains Resource provider inventories- Author:
- Jyothi Saroja
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ResourceProviderInventoriesBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGeneration()ResourceProviderInventoriesgetInventories()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeneration
public String getGeneration()
- Specified by:
getGenerationin interfaceProviderInventoriesBody- Returns:
- the resource provider generation contained in the unnamed body
-
getInventories
public ResourceProviderInventories getInventories()
- Specified by:
getInventoriesin interfaceProviderInventoriesBody- Returns:
- the resource provider inventories contained in the unnamed body
-
-