public class DescribeInstanceMonitorHotKeyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceMonitorHotKeyRequest() |
DescribeInstanceMonitorHotKeyRequest(DescribeInstanceMonitorHotKeyRequest 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 |
getInstanceId()
Get Instance ID.
|
Long |
getSpanType()
Get Query time range.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setSpanType(Long SpanType)
Set Query time range.
|
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, toJsonString
public DescribeInstanceMonitorHotKeyRequest()
public DescribeInstanceMonitorHotKeyRequest(DescribeInstanceMonitorHotKeyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.public Long getSpanType()
public void setSpanType(Long SpanType)
SpanType
- Query time range.
- 1: real-time.
- 2: last 30 minutes.
- 3: last 6 hours.
- 4: last 24 hours.Copyright © 2025. All rights reserved.