Package com.oracle.bmc.osubusage.model
Class ComputedUsageAggregatedSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.osubusage.model.ComputedUsageAggregatedSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210501") public final class ComputedUsageAggregatedSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Subscribed Service Contract details
Note: Objects should always be created or deserialized using theComputedUsageAggregatedSummary.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 the
ComputedUsageAggregatedSummary.Builder
, which maintain a set of all explicitly set fields calledComputedUsageAggregatedSummary.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 Summary
Nested Classes Modifier and Type Class Description static class
ComputedUsageAggregatedSummary.Builder
static class
ComputedUsageAggregatedSummary.PricingModel
Subscribed services pricing model
-
Constructor Summary
Constructors Constructor Description ComputedUsageAggregatedSummary(String subscriptionId, String parentSubscribedServiceId, Product parentProduct, Date timeStart, Date timeEnd, String planNumber, String currencyCode, String rateCardId, ComputedUsageAggregatedSummary.PricingModel pricingModel, List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComputedUsageAggregatedSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<ComputedUsageAggregation>
getAggregatedComputedUsages()
Aggregation of computed usages for the subscribed service.String
getCurrencyCode()
Currency codeProduct
getParentProduct()
String
getParentSubscribedServiceId()
Subscribed service line parent idString
getPlanNumber()
Subscribed service asociated subscription plan number.ComputedUsageAggregatedSummary.PricingModel
getPricingModel()
Subscribed services pricing modelString
getRateCardId()
Inernal SPM Ratecard Id at line levelString
getSubscriptionId()
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPMDate
getTimeEnd()
Subscribed services contract line end date, expressed in RFC 3339 timestamp format.Date
getTimeStart()
Subscribed services contract line start date, expressed in RFC 3339 timestamp format.int
hashCode()
ComputedUsageAggregatedSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ComputedUsageAggregatedSummary
@Deprecated @ConstructorProperties({"subscriptionId","parentSubscribedServiceId","parentProduct","timeStart","timeEnd","planNumber","currencyCode","rateCardId","pricingModel","aggregatedComputedUsages"}) public ComputedUsageAggregatedSummary(String subscriptionId, String parentSubscribedServiceId, Product parentProduct, Date timeStart, Date timeEnd, String planNumber, String currencyCode, String rateCardId, ComputedUsageAggregatedSummary.PricingModel pricingModel, List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
-
-
Method Detail
-
builder
public static ComputedUsageAggregatedSummary.Builder builder()
Create a new builder.
-
toBuilder
public ComputedUsageAggregatedSummary.Builder toBuilder()
-
getSubscriptionId
public String getSubscriptionId()
Subscription Id is an identifier associated to the service used for filter the Computed Usage in SPM- Returns:
- the value
-
getParentSubscribedServiceId
public String getParentSubscribedServiceId()
Subscribed service line parent id- Returns:
- the value
-
getParentProduct
public Product getParentProduct()
-
getTimeStart
public Date getTimeStart()
Subscribed services contract line start date, expressed in RFC 3339 timestamp format.- Returns:
- the value
-
getTimeEnd
public Date getTimeEnd()
Subscribed services contract line end date, expressed in RFC 3339 timestamp format.- Returns:
- the value
-
getPlanNumber
public String getPlanNumber()
Subscribed service asociated subscription plan number.- Returns:
- the value
-
getCurrencyCode
public String getCurrencyCode()
Currency code- Returns:
- the value
-
getRateCardId
public String getRateCardId()
Inernal SPM Ratecard Id at line level- Returns:
- the value
-
getPricingModel
public ComputedUsageAggregatedSummary.PricingModel getPricingModel()
Subscribed services pricing model- Returns:
- the value
-
getAggregatedComputedUsages
public List<ComputedUsageAggregation> getAggregatedComputedUsages()
Aggregation of computed usages for the subscribed service.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-