public class DescribePolicyConditionListEventMetric extends AbstractModel
| Constructor and Description |
|---|
DescribePolicyConditionListEventMetric() |
DescribePolicyConditionListEventMetric(DescribePolicyConditionListEventMetric 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 |
getEventId()
Get 事件id
|
String |
getEventShowName()
Get 事件名称
|
Boolean |
getNeedRecovered()
Get 是否需要恢复
|
Long |
getType()
Get 事件类型,预留字段,当前固定取值为2
|
void |
setEventId(Long EventId)
Set 事件id
|
void |
setEventShowName(String EventShowName)
Set 事件名称
|
void |
setNeedRecovered(Boolean NeedRecovered)
Set 是否需要恢复
|
void |
setType(Long Type)
Set 事件类型,预留字段,当前固定取值为2
|
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, toJsonStringpublic DescribePolicyConditionListEventMetric()
public DescribePolicyConditionListEventMetric(DescribePolicyConditionListEventMetric source)
public Long getEventId()
public void setEventId(Long EventId)
EventId - 事件idpublic String getEventShowName()
public void setEventShowName(String EventShowName)
EventShowName - 事件名称public Boolean getNeedRecovered()
public void setNeedRecovered(Boolean NeedRecovered)
NeedRecovered - 是否需要恢复public Long getType()
public void setType(Long Type)
Type - 事件类型,预留字段,当前固定取值为2Copyright © 2021. All rights reserved.