Package | Description |
---|---|
com.oracle.bmc.osubusage.model |
Modifier and Type | Method and Description |
---|---|
Product |
Product.Builder.build() |
Product |
ComputedUsage.getParentProduct() |
Product |
ComputedUsageSummary.getParentProduct() |
Product |
ComputedUsageAggregatedSummary.getParentProduct() |
Product |
ComputedUsage.getProduct() |
Product |
ComputedUsageSummary.getProduct() |
Product |
ComputedUsageAggregation.getProduct() |
Modifier and Type | Method and Description |
---|---|
Product.Builder |
Product.Builder.copy(Product model) |
ComputedUsage.Builder |
ComputedUsage.Builder.parentProduct(Product parentProduct) |
ComputedUsageSummary.Builder |
ComputedUsageSummary.Builder.parentProduct(Product parentProduct) |
ComputedUsageAggregatedSummary.Builder |
ComputedUsageAggregatedSummary.Builder.parentProduct(Product parentProduct) |
ComputedUsage.Builder |
ComputedUsage.Builder.product(Product product) |
ComputedUsageSummary.Builder |
ComputedUsageSummary.Builder.product(Product product) |
ComputedUsageAggregation.Builder |
ComputedUsageAggregation.Builder.product(Product product) |
Constructor and Description |
---|
ComputedUsage(Date timeCreated,
Date timeUpdated,
String parentSubscribedServiceId,
Product parentProduct,
String planNumber,
String currencyCode,
String rateCardTierdId,
String rateCardId,
String computeSource,
String dataCenter,
String mqsMessageId,
String id,
String quantity,
String usageNumber,
String originalUsageNumber,
String commitmentServiceId,
Boolean isInvoiced,
ComputedUsage.Type type,
Date timeOfArrival,
Date timeMeteredOn,
String netUnitPrice,
String costRounded,
String cost,
Product product,
String unitOfMeasure)
Deprecated.
|
ComputedUsageAggregatedSummary(String subscriptionId,
String parentSubscribedServiceId,
Product parentProduct,
Date timeStart,
Date timeEnd,
String planNumber,
String currencyCode,
String rateCardId,
ComputedUsageAggregatedSummary.PricingModel pricingModel,
List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
|
ComputedUsageAggregation(String quantity,
Product product,
String dataCenter,
Date timeMeteredOn,
String netUnitPrice,
String costUnrounded,
String cost,
ComputedUsageAggregation.Type type)
Deprecated.
|
ComputedUsageSummary(Date timeCreated,
Date timeUpdated,
String parentSubscribedServiceId,
Product parentProduct,
String planNumber,
String currencyCode,
String rateCardTierdId,
String rateCardId,
String computeSource,
String dataCenter,
String mqsMessageId,
String computedUsageId,
String quantity,
String usageNumber,
String originalUsageNumber,
String commitmentServiceId,
Boolean isInvoiced,
ComputedUsageSummary.Type type,
Date timeOfArrival,
Date timeMeteredOn,
String netUnitPrice,
String costRounded,
String cost,
Product product,
String unitOfMeasure)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.