Class SnapshotListSnapshotsItemFilesItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.usage_reports.v4.model.SnapshotListSnapshotsItemFilesItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SnapshotListSnapshotsItemFilesItem extends com.ibm.cloud.sdk.core.service.model.GenericModel
SnapshotListSnapshotsItemFilesItem.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SnapshotListSnapshotsItemFilesItem.ReportTypes
The type of billing report stored.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAccountId()
Gets the accountId.java.lang.String
getLocation()
Gets the location.java.lang.String
getReportTypes()
Gets the reportTypes.
-
-
-
Method Detail
-
getReportTypes
public java.lang.String getReportTypes()
Gets the reportTypes. The type of billing report stored. Possible values are [account_summary, enterprise_summary, account_resource_instance_usage].- Returns:
- the reportTypes
-
getLocation
public java.lang.String getLocation()
Gets the location. Absolute path of the billing report in the COS instance.- Returns:
- the location
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. Account ID for which billing report is captured.- Returns:
- the accountId
-
-