public class NotificationHook extends AbstractModel
Constructor and Description |
---|
NotificationHook() |
NotificationHook(NotificationHook 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[] |
getEvents()
Get 通知事件
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getURL()
Get 回调 URL
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEvents(String[] Events)
Set 通知事件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setURL(String URL)
Set 回调 URL
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public NotificationHook()
public NotificationHook(NotificationHook source)
public String[] getEvents()
public void setEvents(String[] Events)
Events
- 通知事件
注意:此字段可能返回 null,表示取不到有效值。public String getURL()
public void setURL(String URL)
URL
- 回调 URL
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.