public class DescribeDeviceMonitorInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeviceMonitorInfoRequest() |
DescribeDeviceMonitorInfoRequest(DescribeDeviceMonitorInfoRequest 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 |
---|---|
Long |
getCount()
Get 返回当天最近Count个5分钟粒度的监控数据。最小值1,最大值288,不传该参数默认返回当天所有5分钟粒度监控数据。
|
String |
getInstanceId()
Get 实例ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。
|
void |
setCount(Long Count)
Set 返回当天最近Count个5分钟粒度的监控数据。最小值1,最大值288,不传该参数默认返回当天所有5分钟粒度监控数据。
|
void |
setInstanceId(String InstanceId)
Set 实例ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。
|
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 DescribeDeviceMonitorInfoRequest()
public DescribeDeviceMonitorInfoRequest(DescribeDeviceMonitorInfoRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。public Long getCount()
public void setCount(Long Count)
Count
- 返回当天最近Count个5分钟粒度的监控数据。最小值1,最大值288,不传该参数默认返回当天所有5分钟粒度监控数据。Copyright © 2021. All rights reserved.