public class DescribeDBResourceUsageDetailsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBResourceUsageDetailsRequest() |
DescribeDBResourceUsageDetailsRequest(DescribeDBResourceUsageDetailsRequest 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 |
getEndTime()
Get End date in the format of `yyyy-mm-dd`
|
String |
getInstanceId()
Get Instance ID in the format of `tdsql-ow728lmc`.
|
String |
getMetricName()
Get Name of pulled metric.
|
String |
getStartTime()
Get Start date in the format of `yyyy-mm-dd`
|
void |
setEndTime(String EndTime)
Set End date in the format of `yyyy-mm-dd`
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of `tdsql-ow728lmc`.
|
void |
setMetricName(String MetricName)
Set Name of pulled metric.
|
void |
setStartTime(String StartTime)
Set Start date in the format of `yyyy-mm-dd`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDBResourceUsageDetailsRequest()
public DescribeDBResourceUsageDetailsRequest(DescribeDBResourceUsageDetailsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of `tdsql-ow728lmc`.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start date in the format of `yyyy-mm-dd`public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End date in the format of `yyyy-mm-dd`public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Name of pulled metric. Valid values: data_disk_available, binlog_disk_available, mem_available, cpu_usage_rateCopyright © 2021. All rights reserved.