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