Uses of Class
com.oracle.bmc.osubusage.model.Product
-
Packages that use Product Package Description com.oracle.bmc.osubusage.model -
-
Uses of Product in com.oracle.bmc.osubusage.model
Methods in com.oracle.bmc.osubusage.model that return Product Modifier and Type Method Description Product
Product.Builder. build()
Product
ComputedUsage. getParentProduct()
Product
ComputedUsageAggregatedSummary. getParentProduct()
Product
ComputedUsageSummary. getParentProduct()
Product
ComputedUsage. getProduct()
Product
ComputedUsageAggregation. getProduct()
Product
ComputedUsageSummary. getProduct()
Methods in com.oracle.bmc.osubusage.model with parameters of type Product Modifier and Type Method Description Product.Builder
Product.Builder. copy(Product model)
ComputedUsage.Builder
ComputedUsage.Builder. parentProduct(Product parentProduct)
ComputedUsageAggregatedSummary.Builder
ComputedUsageAggregatedSummary.Builder. parentProduct(Product parentProduct)
ComputedUsageSummary.Builder
ComputedUsageSummary.Builder. parentProduct(Product parentProduct)
ComputedUsage.Builder
ComputedUsage.Builder. product(Product product)
ComputedUsageAggregation.Builder
ComputedUsageAggregation.Builder. product(Product product)
ComputedUsageSummary.Builder
ComputedUsageSummary.Builder. product(Product product)
Constructors in com.oracle.bmc.osubusage.model with parameters of type Product Constructor 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.
-