public class ResourceUsageReport
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceUsageReport.EntityType
The entity type.
|
| Constructor and Description |
|---|
ResourceUsageReport() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getBillableCost()
Gets the billableCost.
|
java.lang.Double |
getBillableRatedCost()
Gets the billableRatedCost.
|
java.lang.String |
getBillingUnitCrn()
Gets the billingUnitCrn.
|
java.lang.String |
getBillingUnitId()
Gets the billingUnitId.
|
java.lang.String |
getBillingUnitName()
Gets the billingUnitName.
|
java.lang.String |
getCountryCode()
Gets the countryCode.
|
java.lang.String |
getCurrencyCode()
Gets the currencyCode.
|
java.lang.String |
getEntityCrn()
Gets the entityCrn.
|
java.lang.String |
getEntityId()
Gets the entityId.
|
java.lang.String |
getEntityName()
Gets the entityName.
|
java.lang.String |
getEntityType()
Gets the entityType.
|
java.lang.String |
getMonth()
Gets the month.
|
java.lang.Double |
getNonBillableCost()
Gets the nonBillableCost.
|
java.lang.Double |
getNonBillableRatedCost()
Gets the nonBillableRatedCost.
|
java.util.List<ResourceUsage> |
getResources()
Gets the resources.
|
public java.lang.String getEntityId()
public java.lang.String getEntityType()
public java.lang.String getEntityCrn()
public java.lang.String getEntityName()
public java.lang.String getBillingUnitId()
public java.lang.String getBillingUnitCrn()
public java.lang.String getBillingUnitName()
public java.lang.String getCountryCode()
public java.lang.String getCurrencyCode()
public java.lang.String getMonth()
public java.lang.Double getBillableCost()
public java.lang.Double getNonBillableCost()
public java.lang.Double getBillableRatedCost()
public java.lang.Double getNonBillableRatedCost()
public java.util.List<ResourceUsage> getResources()
Copyright © 2022 IBM Cloud Platform Services. All rights reserved.