Class InvoicelineComputedUsageSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.onesubscription.model.InvoicelineComputedUsageSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public final class InvoicelineComputedUsageSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Computed Usage Summary object
Note: Objects should always be created or deserialized using theInvoicelineComputedUsageSummary.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
InvoicelineComputedUsageSummary.Builder
, which maintain a set of all explicitly set fields calledInvoicelineComputedUsageSummary.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
InvoicelineComputedUsageSummary.Builder
static class
InvoicelineComputedUsageSummary.Type
Usage compute type in SPM.
-
Constructor Summary
Constructors Constructor Description InvoicelineComputedUsageSummary(InvoicingProduct parentProduct, InvoicingProduct product, Double quantity, Double netUnitPrice, Date timeMeteredOn, InvoicelineComputedUsageSummary.Type type, Double cost, Double costRounded)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvoicelineComputedUsageSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
Double
getCost()
Sum of Usage/Service Billing Line net AmountDouble
getCostRounded()
Computed Line Amount rounded.Double
getNetUnitPrice()
Net Unit Price for the product in consideration, price actual.InvoicingProduct
getParentProduct()
InvoicingProduct
getProduct()
Double
getQuantity()
Total Quantity that was used for computationDate
getTimeMeteredOn()
Metered Service date.InvoicelineComputedUsageSummary.Type
getType()
Usage compute type in SPM.int
hashCode()
InvoicelineComputedUsageSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
InvoicelineComputedUsageSummary
@Deprecated @ConstructorProperties({"parentProduct","product","quantity","netUnitPrice","timeMeteredOn","type","cost","costRounded"}) public InvoicelineComputedUsageSummary(InvoicingProduct parentProduct, InvoicingProduct product, Double quantity, Double netUnitPrice, Date timeMeteredOn, InvoicelineComputedUsageSummary.Type type, Double cost, Double costRounded)
Deprecated.
-
-
Method Detail
-
builder
public static InvoicelineComputedUsageSummary.Builder builder()
Create a new builder.
-
toBuilder
public InvoicelineComputedUsageSummary.Builder toBuilder()
-
getParentProduct
public InvoicingProduct getParentProduct()
-
getProduct
public InvoicingProduct getProduct()
-
getQuantity
public Double getQuantity()
Total Quantity that was used for computation- Returns:
- the value
-
getNetUnitPrice
public Double getNetUnitPrice()
Net Unit Price for the product in consideration, price actual.- Returns:
- the value
-
getTimeMeteredOn
public Date getTimeMeteredOn()
Metered Service date.- Returns:
- the value
-
getType
public InvoicelineComputedUsageSummary.Type getType()
Usage compute type in SPM.- Returns:
- the value
-
getCost
public Double getCost()
Sum of Usage/Service Billing Line net Amount- Returns:
- the value
-
getCostRounded
public Double getCostRounded()
Computed Line Amount rounded.- 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
-
-