Class DescribeInstanceMonitorBigKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.DescribeInstanceMonitorBigKeyRequest
-
public class DescribeInstanceMonitorBigKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInstanceMonitorBigKeyRequest()
DescribeInstanceMonitorBigKeyRequest(DescribeInstanceMonitorBigKeyRequest 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 String
getDate()
Get 时间;例如:"20190219"String
getInstanceId()
Get 实例IdLong
getReqType()
Get 请求类型:1——string类型,2——所有类型void
setDate(String Date)
Set 时间;例如:"20190219"void
setInstanceId(String InstanceId)
Set 实例Idvoid
setReqType(Long ReqType)
Set 请求类型:1——string类型,2——所有类型void
toMap(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
-
DescribeInstanceMonitorBigKeyRequest
public DescribeInstanceMonitorBigKeyRequest()
-
DescribeInstanceMonitorBigKeyRequest
public DescribeInstanceMonitorBigKeyRequest(DescribeInstanceMonitorBigKeyRequest 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
-
getReqType
public Long getReqType()
Get 请求类型:1——string类型,2——所有类型- Returns:
- ReqType 请求类型:1——string类型,2——所有类型
-
setReqType
public void setReqType(Long ReqType)
Set 请求类型:1——string类型,2——所有类型- Parameters:
ReqType
- 请求类型:1——string类型,2——所有类型
-
getDate
public String getDate()
Get 时间;例如:"20190219"- Returns:
- Date 时间;例如:"20190219"
-
setDate
public void setDate(String Date)
Set 时间;例如:"20190219"- Parameters:
Date
- 时间;例如:"20190219"
-
-