public class DescribeInstanceMonitorHotKeyRequest extends AbstractModel
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 Time span.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setSpanType(Long SpanType)
Set Time span.
|
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 DescribeInstanceMonitorHotKeyRequest()
public DescribeInstanceMonitorHotKeyRequest(DescribeInstanceMonitorHotKeyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic Long getSpanType()
public void setSpanType(Long SpanType)
SpanType
- Time span. 1: real time; 2: past 30 minutes; 3: past 6 hours; 4: past 24 hoursCopyright © 2023. All rights reserved.