public class DescribeSlowLogUserHostStatsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSlowLogUserHostStatsRequest() |
DescribeSlowLogUserHostStatsRequest(DescribeSlowLogUserHostStatsRequest 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 time of the time range in the format of yyyy-MM-dd HH:mm:ss, such as 2019-09-10 12:13:14.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getProduct()
Get Service type.
|
String |
getStartTime()
Get Start time of the time range in the format of yyyy-MM-dd HH:mm:ss, such as 2019-09-10 12:13:14.
|
void |
setEndTime(String EndTime)
Set End time of the time range in the format of yyyy-MM-dd HH:mm:ss, such as 2019-09-10 12:13:14.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setProduct(String Product)
Set Service type.
|
void |
setStartTime(String StartTime)
Set Start time of the time range in the format of yyyy-MM-dd HH:mm:ss, such as 2019-09-10 12:13:14.
|
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 DescribeSlowLogUserHostStatsRequest()
public DescribeSlowLogUserHostStatsRequest(DescribeSlowLogUserHostStatsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of the time range in the format of yyyy-MM-dd HH:mm:ss, such as 2019-09-10 12:13:14.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the time range in the format of yyyy-MM-dd HH:mm:ss, such as 2019-09-10 12:13:14.public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TDSQL-C for MySQL). Default value: `mysql`.Copyright © 2023. All rights reserved.