public class NotificationHook extends AbstractModel
header, skipSign| 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 | 
| void | setEvents(String[] Events)Set 通知事件
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setURL(String URL)Set 回调 URL | 
| 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 NotificationHook()
public NotificationHook(NotificationHook source)
public String[] getEvents()
public void setEvents(String[] Events)
Events - 通知事件
注意:此字段可能返回 null,表示取不到有效值。public String getURL()
public void setURL(String URL)
URL - 回调 URLCopyright © 2025. All rights reserved.