public class ChannelAlertResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChannelAlertResp() |
ChannelAlertResp(ChannelAlertResp 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 |
---|---|
ProgramAlertCounts[] |
getProgramAlertCounts()
Get Program alarm aggregation information.
|
ProgramAlertInfos[] |
getProgramAlertInfos()
Get Program alarm details.
|
void |
setProgramAlertCounts(ProgramAlertCounts[] ProgramAlertCounts)
Set Program alarm aggregation information.
|
void |
setProgramAlertInfos(ProgramAlertInfos[] ProgramAlertInfos)
Set Program alarm details.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChannelAlertResp()
public ChannelAlertResp(ChannelAlertResp source)
public ProgramAlertCounts[] getProgramAlertCounts()
public void setProgramAlertCounts(ProgramAlertCounts[] ProgramAlertCounts)
ProgramAlertCounts
- Program alarm aggregation information.public ProgramAlertInfos[] getProgramAlertInfos()
public void setProgramAlertInfos(ProgramAlertInfos[] ProgramAlertInfos)
ProgramAlertInfos
- Program alarm details.Copyright © 2024. All rights reserved.