Class RateCardSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210501")
    public final class RateCardSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Rate Card Summary
    Note: Objects should always be created or deserialized using the RateCardSummary.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 called RateCardSummary.Builder.__explicitlySet__. The hashCode() and equals(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).

    • Method Detail

      • getProduct

        public Product 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 Currency getCurrency()
      • getRateCardTiers

        public List<RateCardTier> getRateCardTiers()
        List of tiered rate card prices
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel