Class AggregatedComputedUsageSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.onesubscription.model.AggregatedComputedUsageSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public final class AggregatedComputedUsageSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Subscribed Service Contract details
Note: Objects should always be created or deserialized using theAggregatedComputedUsageSummary.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
AggregatedComputedUsageSummary.Builder
, which maintain a set of all explicitly set fields calledAggregatedComputedUsageSummary.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
AggregatedComputedUsageSummary.Builder
static class
AggregatedComputedUsageSummary.PricingModel
Subscribed services pricing model
-
Constructor Summary
Constructors Constructor Description AggregatedComputedUsageSummary(String subscriptionId, String parentSubscribedServiceId, ComputedUsageProduct parentProduct, Date timeStart, Date timeEnd, String planNumber, String currencyCode, String rateCardId, AggregatedComputedUsageSummary.PricingModel pricingModel, List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AggregatedComputedUsageSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<ComputedUsageAggregation>
getAggregatedComputedUsages()
Aggregation of computed usages for the subscribed service.String
getCurrencyCode()
Currency codeComputedUsageProduct
getParentProduct()
String
getParentSubscribedServiceId()
Subscribed service line parent idString
getPlanNumber()
Subscribed service asociated subscription plan number.AggregatedComputedUsageSummary.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()
AggregatedComputedUsageSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
AggregatedComputedUsageSummary
@Deprecated @ConstructorProperties({"subscriptionId","parentSubscribedServiceId","parentProduct","timeStart","timeEnd","planNumber","currencyCode","rateCardId","pricingModel","aggregatedComputedUsages"}) public AggregatedComputedUsageSummary(String subscriptionId, String parentSubscribedServiceId, ComputedUsageProduct parentProduct, Date timeStart, Date timeEnd, String planNumber, String currencyCode, String rateCardId, AggregatedComputedUsageSummary.PricingModel pricingModel, List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
-
-
Method Detail
-
builder
public static AggregatedComputedUsageSummary.Builder builder()
Create a new builder.
-
toBuilder
public AggregatedComputedUsageSummary.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 ComputedUsageProduct 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 AggregatedComputedUsageSummary.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
-
-