public class LiveStreamMonitorNotifyPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveStreamMonitorNotifyPolicy() |
LiveStreamMonitorNotifyPolicy(LiveStreamMonitorNotifyPolicy 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 |
---|---|
String |
getCallbackUrl()
Get 回调URL:长度[0,512]
只支持http和https类型的url。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNotifyPolicyType()
Get 通知策略类型:范围[0,1]
0:代表不使用任何通知策略
1:代表使用全局回调策略,所有事件通知到CallbackUrl。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCallbackUrl(String CallbackUrl)
Set 回调URL:长度[0,512]
只支持http和https类型的url。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotifyPolicyType(Long NotifyPolicyType)
Set 通知策略类型:范围[0,1]
0:代表不使用任何通知策略
1:代表使用全局回调策略,所有事件通知到CallbackUrl。
注意:此字段可能返回 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 LiveStreamMonitorNotifyPolicy()
public LiveStreamMonitorNotifyPolicy(LiveStreamMonitorNotifyPolicy source)
public Long getNotifyPolicyType()
public void setNotifyPolicyType(Long NotifyPolicyType)
NotifyPolicyType
- 通知策略类型:范围[0,1]
0:代表不使用任何通知策略
1:代表使用全局回调策略,所有事件通知到CallbackUrl。
注意:此字段可能返回 null,表示取不到有效值。public String getCallbackUrl()
public void setCallbackUrl(String CallbackUrl)
CallbackUrl
- 回调URL:长度[0,512]
只支持http和https类型的url。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.