Class DescribeSlowLogUserHostStatsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.DescribeSlowLogUserHostStatsRequest
-
public class DescribeSlowLogUserHostStatsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。StringgetInstanceId()Get 实例ID。StringgetProduct()Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。StringgetStartTime()Get 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。voidsetEndTime(String EndTime)Set 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。voidsetInstanceId(String InstanceId)Set 实例ID。voidsetProduct(String Product)Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。voidsetStartTime(String StartTime)Set 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSlowLogUserHostStatsRequest
public DescribeSlowLogUserHostStatsRequest()
-
DescribeSlowLogUserHostStatsRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID。- Returns:
- InstanceId 实例ID。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID。- Parameters:
InstanceId- 实例ID。
-
getStartTime
public String getStartTime()
Get 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。- Returns:
- StartTime 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。
-
setStartTime
public void setStartTime(String StartTime)
Set 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。- Parameters:
StartTime- 查询范围的开始时间,时间格式如:2019-09-10 12:13:14。
-
getEndTime
public String getEndTime()
Get 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。- Returns:
- EndTime 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。
-
setEndTime
public void setEndTime(String EndTime)
Set 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。- Parameters:
EndTime- 查询范围的结束时间,时间格式如:2019-09-10 12:13:14。
-
getProduct
public String getProduct()
Get 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。- Returns:
- Product 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
-
setProduct
public void setProduct(String Product)
Set 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。- Parameters:
Product- 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
-
-