Class RateCardSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.onesubscription.model.RateCardSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public final class RateCardSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Rate Card Summary
Note: Objects should always be created or deserialized using theRateCardSummary.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
RateCardSummary.Builder
, which maintain a set of all explicitly set fields calledRateCardSummary.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
RateCardSummary.Builder
-
Constructor Summary
Constructors Constructor Description RateCardSummary(String subscribedServiceId, RateCardProduct product, Date timeStart, Date timeEnd, String netUnitPrice, String discretionaryDiscountPercentage, String overagePrice, Boolean isTier, SubscriptionCurrency currency, List<RateCardTier> rateCardTiers)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RateCardSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
SubscriptionCurrency
getCurrency()
String
getDiscretionaryDiscountPercentage()
Rate card discretionary discount percentageBoolean
getIsTier()
Rate card price tier flagString
getNetUnitPrice()
Rate card net unit priceString
getOveragePrice()
Rate card overage priceRateCardProduct
getProduct()
List<RateCardTier>
getRateCardTiers()
List of tiered rate card pricesString
getSubscribedServiceId()
SPM internal Subscribed Service IDDate
getTimeEnd()
Rate card end dateDate
getTimeStart()
Rate card start dateint
hashCode()
RateCardSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
RateCardSummary
@Deprecated @ConstructorProperties({"subscribedServiceId","product","timeStart","timeEnd","netUnitPrice","discretionaryDiscountPercentage","overagePrice","isTier","currency","rateCardTiers"}) public RateCardSummary(String subscribedServiceId, RateCardProduct product, Date timeStart, Date timeEnd, String netUnitPrice, String discretionaryDiscountPercentage, String overagePrice, Boolean isTier, SubscriptionCurrency currency, List<RateCardTier> rateCardTiers)
Deprecated.
-
-
Method Detail
-
builder
public static RateCardSummary.Builder builder()
Create a new builder.
-
toBuilder
public RateCardSummary.Builder toBuilder()
-
getSubscribedServiceId
public String getSubscribedServiceId()
SPM internal Subscribed Service ID- Returns:
- the value
-
getProduct
public RateCardProduct getProduct()
-
getTimeStart
public Date getTimeStart()
Rate card start date- Returns:
- the value
-
getTimeEnd
public Date getTimeEnd()
Rate card end date- Returns:
- the value
-
getNetUnitPrice
public String getNetUnitPrice()
Rate card net unit price- Returns:
- the value
-
getDiscretionaryDiscountPercentage
public String getDiscretionaryDiscountPercentage()
Rate card discretionary discount percentage- Returns:
- the value
-
getOveragePrice
public String getOveragePrice()
Rate card overage price- Returns:
- the value
-
getIsTier
public Boolean getIsTier()
Rate card price tier flag- Returns:
- the value
-
getCurrency
public SubscriptionCurrency getCurrency()
-
getRateCardTiers
public List<RateCardTier> getRateCardTiers()
List of tiered rate card prices- 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
-
-