public class PolicyGroupReceiverInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PolicyGroupReceiverInfo() |
PolicyGroupReceiverInfo(PolicyGroupReceiverInfo 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 |
getEndTime()
Get 有效时段结束时间
|
Long |
getNeedSendNotice()
Get 是否需要发送通知
|
String[] |
getNotifyWay()
Get 告警接收渠道
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPersonInterval()
Get 电话告警对个人间隔(秒)
|
Long[] |
getReceiverGroupList()
Get 消息接收组列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReceiverType()
Get 接受者类型
|
Long[] |
getReceiverUserList()
Get 接收人列表。通过平台接口查询到的接收人id列表
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getRecoverNotify()
Get 告警恢复通知方式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRoundInterval()
Get 电话告警每轮间隔(秒)
|
Long |
getRoundNumber()
Get 电话告警轮数
|
String[] |
getSendFor()
Get 电话告警通知时机。可选"OCCUR"(告警时通知),"RECOVER"(恢复时通知)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStartTime()
Get 有效时段开始时间
|
Long[] |
getUIDList()
Get 电话告警接收者uid
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(Long EndTime)
Set 有效时段结束时间
|
void |
setNeedSendNotice(Long NeedSendNotice)
Set 是否需要发送通知
|
void |
setNotifyWay(String[] NotifyWay)
Set 告警接收渠道
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPersonInterval(Long PersonInterval)
Set 电话告警对个人间隔(秒)
|
void |
setReceiverGroupList(Long[] ReceiverGroupList)
Set 消息接收组列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReceiverType(String ReceiverType)
Set 接受者类型
|
void |
setReceiverUserList(Long[] ReceiverUserList)
Set 接收人列表。通过平台接口查询到的接收人id列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecoverNotify(String[] RecoverNotify)
Set 告警恢复通知方式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRoundInterval(Long RoundInterval)
Set 电话告警每轮间隔(秒)
|
void |
setRoundNumber(Long RoundNumber)
Set 电话告警轮数
|
void |
setSendFor(String[] SendFor)
Set 电话告警通知时机。可选"OCCUR"(告警时通知),"RECOVER"(恢复时通知)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(Long StartTime)
Set 有效时段开始时间
|
void |
setUIDList(Long[] UIDList)
Set 电话告警接收者uid
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public PolicyGroupReceiverInfo()
public PolicyGroupReceiverInfo(PolicyGroupReceiverInfo source)
public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 有效时段结束时间public Long getNeedSendNotice()
public void setNeedSendNotice(Long NeedSendNotice)
NeedSendNotice
- 是否需要发送通知public String[] getNotifyWay()
public void setNotifyWay(String[] NotifyWay)
NotifyWay
- 告警接收渠道
注意:此字段可能返回 null,表示取不到有效值。public Long getPersonInterval()
public void setPersonInterval(Long PersonInterval)
PersonInterval
- 电话告警对个人间隔(秒)public Long[] getReceiverGroupList()
public void setReceiverGroupList(Long[] ReceiverGroupList)
ReceiverGroupList
- 消息接收组列表
注意:此字段可能返回 null,表示取不到有效值。public String getReceiverType()
public void setReceiverType(String ReceiverType)
ReceiverType
- 接受者类型public Long[] getReceiverUserList()
public void setReceiverUserList(Long[] ReceiverUserList)
ReceiverUserList
- 接收人列表。通过平台接口查询到的接收人id列表
注意:此字段可能返回 null,表示取不到有效值。public String[] getRecoverNotify()
public void setRecoverNotify(String[] RecoverNotify)
RecoverNotify
- 告警恢复通知方式
注意:此字段可能返回 null,表示取不到有效值。public Long getRoundInterval()
public void setRoundInterval(Long RoundInterval)
RoundInterval
- 电话告警每轮间隔(秒)public Long getRoundNumber()
public void setRoundNumber(Long RoundNumber)
RoundNumber
- 电话告警轮数public String[] getSendFor()
public void setSendFor(String[] SendFor)
SendFor
- 电话告警通知时机。可选"OCCUR"(告警时通知),"RECOVER"(恢复时通知)
注意:此字段可能返回 null,表示取不到有效值。public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 有效时段开始时间public Long[] getUIDList()
public void setUIDList(Long[] UIDList)
UIDList
- 电话告警接收者uid
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.