public class SubscribeWebHook extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SubscribeWebHook()  | 
SubscribeWebHook(SubscribeWebHook 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 | 
getHookAddress()
Get Group Robot Webhook Address, configuration method refer to https://intl.cloud.tencent.com/document/product/1254/70736?from_cn_redirect=1
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getHookType()
Get Group Robot Type, currently supports Feishu
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setHookAddress(String HookAddress)
Set Group Robot Webhook Address, configuration method refer to https://intl.cloud.tencent.com/document/product/1254/70736?from_cn_redirect=1
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setHookType(String HookType)
Set Group Robot Type, currently supports Feishu
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
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 SubscribeWebHook()
public SubscribeWebHook(SubscribeWebHook source)
public String getHookType()
public void setHookType(String HookType)
HookType - Group Robot Type, currently supports Feishu
Note: This field may return null, indicating that no valid value can be obtained.public String getHookAddress()
public void setHookAddress(String HookAddress)
HookAddress - Group Robot Webhook Address, configuration method refer to https://intl.cloud.tencent.com/document/product/1254/70736?from_cn_redirect=1
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.