public class DescribeDeviceMonitorInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeviceMonitorInfoRequest() |
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 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 © 2020. All rights reserved.