public class PutMonitorDataRequest extends AbstractModel
Constructor and Description |
---|
PutMonitorDataRequest() |
PutMonitorDataRequest(PutMonitorDataRequest 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 |
getAnnounceInstance()
Get 上报时自行指定的 IP 或 产品实例ID
|
String |
getAnnounceIp()
Get 上报时自行指定的 IP
|
Long |
getAnnounceTimestamp()
Get 上报时自行指定的时间戳
|
MetricDatum[] |
getMetrics()
Get 一组指标和数据
|
void |
setAnnounceInstance(String AnnounceInstance)
Set 上报时自行指定的 IP 或 产品实例ID
|
void |
setAnnounceIp(String AnnounceIp)
Set 上报时自行指定的 IP
|
void |
setAnnounceTimestamp(Long AnnounceTimestamp)
Set 上报时自行指定的时间戳
|
void |
setMetrics(MetricDatum[] Metrics)
Set 一组指标和数据
|
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 PutMonitorDataRequest()
public PutMonitorDataRequest(PutMonitorDataRequest source)
public MetricDatum[] getMetrics()
public void setMetrics(MetricDatum[] Metrics)
Metrics
- 一组指标和数据public String getAnnounceIp()
public void setAnnounceIp(String AnnounceIp)
AnnounceIp
- 上报时自行指定的 IPpublic Long getAnnounceTimestamp()
public void setAnnounceTimestamp(Long AnnounceTimestamp)
AnnounceTimestamp
- 上报时自行指定的时间戳public String getAnnounceInstance()
public void setAnnounceInstance(String AnnounceInstance)
AnnounceInstance
- 上报时自行指定的 IP 或 产品实例IDCopyright © 2021. All rights reserved.