public class DescribeInstanceMonitorTopNCmdTookRequest extends AbstractModel
Constructor and Description |
---|
DescribeInstanceMonitorTopNCmdTookRequest() |
DescribeInstanceMonitorTopNCmdTookRequest(DescribeInstanceMonitorTopNCmdTookRequest 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 实例ID
|
Long |
getSpanType()
Get 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setSpanType(Long SpanType)
Set 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时
|
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 DescribeInstanceMonitorTopNCmdTookRequest()
public DescribeInstanceMonitorTopNCmdTookRequest(DescribeInstanceMonitorTopNCmdTookRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic Long getSpanType()
public void setSpanType(Long SpanType)
SpanType
- 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时Copyright © 2021. All rights reserved.