public static class GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
generalAlert
example:
1
|
String |
isCritical
example:
0
|
String |
name
example:
alert-test
|
String |
seriousAlert
example:
1
|
String |
symbols
example:
1
|
| 构造器和说明 |
|---|
GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList() |
@NameInMap(value="GeneralAlert") public String generalAlert
1
@NameInMap(value="IsCritical") public String isCritical
0
@NameInMap(value="Name") public String name
alert-test
@NameInMap(value="SeriousAlert") public String seriousAlert
1
@NameInMap(value="Symbols") public String symbols
1
public GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList()
public static GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList build(Map<String,?> map) throws Exception
Exceptionpublic GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList setGeneralAlert(String generalAlert)
public String getGeneralAlert()
public GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList setIsCritical(String isCritical)
public String getIsCritical()
public GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList setName(String name)
public String getName()
public GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList setSeriousAlert(String seriousAlert)
public String getSeriousAlert()
public GetSyntheticTaskDetailResponseBody.GetSyntheticTaskDetailResponseBodyTaskDetailCommonParamAlertList setSymbols(String symbols)
public String getSymbols()
Copyright © 2024. All rights reserved.