public class ChannelAlertInfos extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ChannelAlertInfos()  | 
ChannelAlertInfos(ChannelAlertInfos 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 | 
|---|---|
ChannelPipelineAlerts[] | 
getPipeline0()
Get Alarm details of pipeline 0 under this channel. 
 | 
ChannelPipelineAlerts[] | 
getPipeline1()
Get Alarm details of pipeline 1 under this channel. 
 | 
void | 
setPipeline0(ChannelPipelineAlerts[] Pipeline0)
Set Alarm details of pipeline 0 under this channel. 
 | 
void | 
setPipeline1(ChannelPipelineAlerts[] Pipeline1)
Set Alarm details of pipeline 1 under this channel. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ChannelAlertInfos()
public ChannelAlertInfos(ChannelAlertInfos source)
public ChannelPipelineAlerts[] getPipeline0()
public void setPipeline0(ChannelPipelineAlerts[] Pipeline0)
Pipeline0 - Alarm details of pipeline 0 under this channel.public ChannelPipelineAlerts[] getPipeline1()
public void setPipeline1(ChannelPipelineAlerts[] Pipeline1)
Pipeline1 - Alarm details of pipeline 1 under this channel.Copyright © 2025. All rights reserved.