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 群机器人webhook地址,配置方式参考https://cloud.tencent.com/document/product/1254/70736
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHookType()
Get 群机器人类型,当前支持飞书
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHookAddress(String HookAddress)
Set 群机器人webhook地址,配置方式参考https://cloud.tencent.com/document/product/1254/70736
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHookType(String HookType)
Set 群机器人类型,当前支持飞书
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubscribeWebHook()
public SubscribeWebHook(SubscribeWebHook source)
public String getHookType()
public void setHookType(String HookType)
HookType
- 群机器人类型,当前支持飞书
注意:此字段可能返回 null,表示取不到有效值。public String getHookAddress()
public void setHookAddress(String HookAddress)
HookAddress
- 群机器人webhook地址,配置方式参考https://cloud.tencent.com/document/product/1254/70736
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.