public class SetWarningCallbackRequest extends AbstractModel
skipSign
Constructor and Description |
---|
SetWarningCallbackRequest() |
SetWarningCallbackRequest(SetWarningCallbackRequest 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 |
getCallback()
Get 告警回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。
回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/90112
|
String |
getCallbackKey()
Get 设置告警回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257
|
Long |
getSdkAppId()
Get 客户的SdkAppId
|
void |
setCallback(String Callback)
Set 告警回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。
回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/90112
|
void |
setCallbackKey(String CallbackKey)
Set 设置告警回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257
|
void |
setSdkAppId(Long SdkAppId)
Set 客户的SdkAppId
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SetWarningCallbackRequest()
public SetWarningCallbackRequest(SetWarningCallbackRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 客户的SdkAppIdpublic String getCallback()
public void setCallback(String Callback)
Callback
- 告警回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。
回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/90112public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey
- 设置告警回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257Copyright © 2023. All rights reserved.