Package com.oracle.bmc.usage.model
Class ResourceSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.usage.model.ResourceSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public final class ResourceSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of a resource under a service.
 Note: Objects should always be created or deserialized using theResourceSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theResourceSummary.Builder, which maintain a set of all explicitly set fields calledResourceSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classResourceSummary.Builderstatic classResourceSummary.UsageDataTypeUsage data type of the resource.
 - 
Constructor SummaryConstructors Constructor Description ResourceSummary(String dailyUnitDisplayName, String hourlyUnitDisplayName, String rawUnitDisplayName, ResourceSummary.UsageDataType usageDataType, String name, String servicename, String description, String instanceType, Boolean isPurchased, List<String> childResources, List<SkuProducts> skus)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<String>getChildResources()The details of any child resources.StringgetDailyUnitDisplayName()Units to be used for daily aggregated data.StringgetDescription()Description of the resource.StringgetHourlyUnitDisplayName()Units to be used for hourly aggregated data.StringgetInstanceType()Instance type for the resource.BooleangetIsPurchased()Indicates if the SKU was purchasedStringgetName()Name of the resource.StringgetRawUnitDisplayName()Default units to use when unspecified.StringgetServicename()Name of the service.List<SkuProducts>getSkus()The details of resource Skus.ResourceSummary.UsageDataTypegetUsageDataType()Usage data type of the resource.inthashCode()ResourceSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ResourceSummary@Deprecated @ConstructorProperties({"dailyUnitDisplayName","hourlyUnitDisplayName","rawUnitDisplayName","usageDataType","name","servicename","description","instanceType","isPurchased","childResources","skus"}) public ResourceSummary(String dailyUnitDisplayName, String hourlyUnitDisplayName, String rawUnitDisplayName, ResourceSummary.UsageDataType usageDataType, String name, String servicename, String description, String instanceType, Boolean isPurchased, List<String> childResources, List<SkuProducts> skus) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ResourceSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ResourceSummary.Builder toBuilder() 
 - 
getDailyUnitDisplayNamepublic String getDailyUnitDisplayName() Units to be used for daily aggregated data.- Returns:
- the value
 
 - 
getHourlyUnitDisplayNamepublic String getHourlyUnitDisplayName() Units to be used for hourly aggregated data.- Returns:
- the value
 
 - 
getRawUnitDisplayNamepublic String getRawUnitDisplayName() Default units to use when unspecified.- Returns:
- the value
 
 - 
getUsageDataTypepublic ResourceSummary.UsageDataType getUsageDataType() Usage data type of the resource.- Returns:
- the value
 
 - 
getNamepublic String getName() Name of the resource.- Returns:
- the value
 
 - 
getServicenamepublic String getServicename() Name of the service.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Description of the resource.- Returns:
- the value
 
 - 
getInstanceTypepublic String getInstanceType() Instance type for the resource.- Returns:
- the value
 
 - 
getIsPurchasedpublic Boolean getIsPurchased() Indicates if the SKU was purchased- Returns:
- the value
 
 - 
getChildResourcespublic List<String> getChildResources() The details of any child resources.- Returns:
- the value
 
 - 
getSkuspublic List<SkuProducts> getSkus() The details of resource Skus.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-