public class DescribeStorageDetailsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeStorageDetailsRequest() |
DescribeStorageDetailsRequest(DescribeStorageDetailsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArea()
Get Storage region to query.
|
String |
getEndTime()
Get End time in ISO 8601 format, which should be larger than the start time.
|
String |
getInterval()
Get Time granularity.
|
String |
getStartTime()
Get Start time in ISO 8601 format.
|
String |
getStorageType()
Get Queryed storage type, valid values:
TotalStorage: total storage amount, the sum of standard, low-frequency, archive and deep archive storage amounts, excluding early deletion amount.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setArea(String Area)
Set Storage region to query.
|
void |
setEndTime(String EndTime)
Set End time in ISO 8601 format, which should be larger than the start time.
|
void |
setInterval(String Interval)
Set Time granularity.
|
void |
setStartTime(String StartTime)
Set Start time in ISO 8601 format.
|
void |
setStorageType(String StorageType)
Set Queryed storage type, valid values:
TotalStorage: total storage amount, the sum of standard, low-frequency, archive and deep archive storage amounts, excluding early deletion amount.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeStorageDetailsRequest()
public DescribeStorageDetailsRequest(DescribeStorageDetailsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time in ISO 8601 format. For more information, please see [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time in ISO 8601 format, which should be larger than the start time. For more information, please see [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?lang=en&pg=).public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getInterval()
public void setInterval(String Interval)
Interval - Time granularity. Valid values:
public String getStorageType()
public void setStorageType(String StorageType)
StorageType - Queryed storage type, valid values:
public String getArea()
public void setArea(String Area)
Area - Storage region to query. Valid values:
Copyright © 2025. All rights reserved.