public class DescribeDBPerformanceDetailsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBPerformanceDetailsRequest() |
DescribeDBPerformanceDetailsRequest(DescribeDBPerformanceDetailsRequest 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 DescribeDBPerformanceDetailsRequest()
public DescribeDBPerformanceDetailsRequest(DescribeDBPerformanceDetailsRequest 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: long_query, select_total, update_total, insert_total, delete_total, mem_hit_rate, disk_iops, conn_active, is_master_switched, slave_delayCopyright © 2021. All rights reserved.