public class DescribeInstanceMonitorBigKeyRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDate()
Get 时间;例如:"20190219"
|
String |
getInstanceId()
Get 实例Id
|
Long |
getReqType()
Get 请求类型:1——string类型,2——所有类型
|
void |
setDate(String Date)
Set 时间;例如:"20190219"
|
void |
setInstanceId(String InstanceId)
Set 实例Id
|
void |
setReqType(Long ReqType)
Set 请求类型:1——string类型,2——所有类型
|
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 DescribeInstanceMonitorBigKeyRequest()
public DescribeInstanceMonitorBigKeyRequest(DescribeInstanceMonitorBigKeyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例Idpublic Long getReqType()
public void setReqType(Long ReqType)
ReqType
- 请求类型:1——string类型,2——所有类型public String getDate()
public void setDate(String Date)
Date
- 时间;例如:"20190219"Copyright © 2021. All rights reserved.