Class BillingScheduleSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.osubbillingschedule.model.BillingScheduleSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210501") public final class BillingScheduleSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelBilling schedule details related to Subscription Id
 Note: Objects should always be created or deserialized using theBillingScheduleSummary.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 BillingScheduleSummary.Builder, which maintain a set of all explicitly set fields calledBillingScheduleSummary.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 classBillingScheduleSummary.Builderstatic classBillingScheduleSummary.InvoiceStatusBilling schedule invoice status
 - 
Constructor SummaryConstructors Constructor Description BillingScheduleSummary(Date timeStart, Date timeEnd, Date timeInvoicing, BillingScheduleSummary.InvoiceStatus invoiceStatus, String quantity, String netUnitPrice, String amount, String billingFrequency, String arInvoiceNumber, String arCustomerTransactionId, String orderNumber, Product product)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BillingScheduleSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAmount()Billing schedule line net amountStringgetArCustomerTransactionId()Indicates the associated AR Customer transaction id a unique identifier existing on AR.StringgetArInvoiceNumber()Indicates the associated AR Invoice NumberStringgetBillingFrequency()Billing frequencyBillingScheduleSummary.InvoiceStatusgetInvoiceStatus()Billing schedule invoice statusStringgetNetUnitPrice()Billing schedule net unit priceStringgetOrderNumber()Order number associated with the Subscribed ServiceProductgetProduct()StringgetQuantity()Billing schedule quantityDategetTimeEnd()Billing schedule end dateDategetTimeInvoicing()Billing schedule invoicing dateDategetTimeStart()Billing schedule start dateinthashCode()BillingScheduleSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
BillingScheduleSummary@Deprecated @ConstructorProperties({"timeStart","timeEnd","timeInvoicing","invoiceStatus","quantity","netUnitPrice","amount","billingFrequency","arInvoiceNumber","arCustomerTransactionId","orderNumber","product"}) public BillingScheduleSummary(Date timeStart, Date timeEnd, Date timeInvoicing, BillingScheduleSummary.InvoiceStatus invoiceStatus, String quantity, String netUnitPrice, String amount, String billingFrequency, String arInvoiceNumber, String arCustomerTransactionId, String orderNumber, Product product) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static BillingScheduleSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic BillingScheduleSummary.Builder toBuilder() 
 - 
getTimeStartpublic Date getTimeStart() Billing schedule start date- Returns:
- the value
 
 - 
getTimeEndpublic Date getTimeEnd() Billing schedule end date- Returns:
- the value
 
 - 
getTimeInvoicingpublic Date getTimeInvoicing() Billing schedule invoicing date- Returns:
- the value
 
 - 
getInvoiceStatuspublic BillingScheduleSummary.InvoiceStatus getInvoiceStatus() Billing schedule invoice status- Returns:
- the value
 
 - 
getQuantitypublic String getQuantity() Billing schedule quantity- Returns:
- the value
 
 - 
getNetUnitPricepublic String getNetUnitPrice() Billing schedule net unit price- Returns:
- the value
 
 - 
getAmountpublic String getAmount() Billing schedule line net amount- Returns:
- the value
 
 - 
getBillingFrequencypublic String getBillingFrequency() Billing frequency- Returns:
- the value
 
 - 
getArInvoiceNumberpublic String getArInvoiceNumber() Indicates the associated AR Invoice Number- Returns:
- the value
 
 - 
getArCustomerTransactionIdpublic String getArCustomerTransactionId() Indicates the associated AR Customer transaction id a unique identifier existing on AR.- Returns:
- the value
 
 - 
getOrderNumberpublic String getOrderNumber() Order number associated with the Subscribed Service- Returns:
- the value
 
 - 
getProductpublic Product getProduct() 
 - 
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
 
 
- 
 
-