Class BillingScheduleSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.onesubscription.model.BillingScheduleSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public final class BillingScheduleSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Billing 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 Summary
Nested Classes Modifier and Type Class Description static class
BillingScheduleSummary.Builder
static class
BillingScheduleSummary.InvoiceStatus
Billing schedule invoice status
-
Constructor Summary
Constructors Constructor Description BillingScheduleSummary(String subscribedServiceId, Date timeStart, Date timeEnd, Date timeInvoicing, BillingScheduleSummary.InvoiceStatus invoiceStatus, String quantity, String netUnitPrice, String amount, String billingFrequency, String arInvoiceNumber, String arCustomerTransactionId, String orderNumber, BillingScheduleProduct product)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BillingScheduleSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAmount()
Billing schedule line net amountString
getArCustomerTransactionId()
Indicates the associated AR Customer transaction id a unique identifier existing on AR.String
getArInvoiceNumber()
Indicates the associated AR Invoice NumberString
getBillingFrequency()
Billing frequencyBillingScheduleSummary.InvoiceStatus
getInvoiceStatus()
Billing schedule invoice statusString
getNetUnitPrice()
Billing schedule net unit priceString
getOrderNumber()
Order number associated with the Subscribed ServiceBillingScheduleProduct
getProduct()
String
getQuantity()
Billing schedule quantityString
getSubscribedServiceId()
SPM internal Subscribed Service IDDate
getTimeEnd()
Billing schedule end dateDate
getTimeInvoicing()
Billing schedule invoicing dateDate
getTimeStart()
Billing schedule start dateint
hashCode()
BillingScheduleSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
BillingScheduleSummary
@Deprecated @ConstructorProperties({"subscribedServiceId","timeStart","timeEnd","timeInvoicing","invoiceStatus","quantity","netUnitPrice","amount","billingFrequency","arInvoiceNumber","arCustomerTransactionId","orderNumber","product"}) public BillingScheduleSummary(String subscribedServiceId, Date timeStart, Date timeEnd, Date timeInvoicing, BillingScheduleSummary.InvoiceStatus invoiceStatus, String quantity, String netUnitPrice, String amount, String billingFrequency, String arInvoiceNumber, String arCustomerTransactionId, String orderNumber, BillingScheduleProduct product)
Deprecated.
-
-
Method Detail
-
builder
public static BillingScheduleSummary.Builder builder()
Create a new builder.
-
toBuilder
public BillingScheduleSummary.Builder toBuilder()
-
getSubscribedServiceId
public String getSubscribedServiceId()
SPM internal Subscribed Service ID- Returns:
- the value
-
getTimeStart
public Date getTimeStart()
Billing schedule start date- Returns:
- the value
-
getTimeEnd
public Date getTimeEnd()
Billing schedule end date- Returns:
- the value
-
getTimeInvoicing
public Date getTimeInvoicing()
Billing schedule invoicing date- Returns:
- the value
-
getInvoiceStatus
public BillingScheduleSummary.InvoiceStatus getInvoiceStatus()
Billing schedule invoice status- Returns:
- the value
-
getQuantity
public String getQuantity()
Billing schedule quantity- Returns:
- the value
-
getNetUnitPrice
public String getNetUnitPrice()
Billing schedule net unit price- Returns:
- the value
-
getAmount
public String getAmount()
Billing schedule line net amount- Returns:
- the value
-
getBillingFrequency
public String getBillingFrequency()
Billing frequency- Returns:
- the value
-
getArInvoiceNumber
public String getArInvoiceNumber()
Indicates the associated AR Invoice Number- Returns:
- the value
-
getArCustomerTransactionId
public String getArCustomerTransactionId()
Indicates the associated AR Customer transaction id a unique identifier existing on AR.- Returns:
- the value
-
getOrderNumber
public String getOrderNumber()
Order number associated with the Subscribed Service- Returns:
- the value
-
getProduct
public BillingScheduleProduct getProduct()
-
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
-
-