public class DescribeSlowLogUserHostStatsRequest extends AbstractModel
header, skipSign| 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 | 
getMd5()
Get MD5 value of the SQL template 
 | 
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 | 
setMd5(String Md5)
Set MD5 value of the SQL template 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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.public String getMd5()
public void setMd5(String Md5)
Md5 - MD5 value of the SQL templateCopyright © 2025. All rights reserved.