Class ModifyRuleGroupSubscriptionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.ModifyRuleGroupSubscriptionRequest
-
public class ModifyRuleGroupSubscriptionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyRuleGroupSubscriptionRequest()ModifyRuleGroupSubscriptionRequest(ModifyRuleGroupSubscriptionRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatabaseId()Get 数据库IdStringgetDatasourceId()Get 数据源IdStringgetProjectId()Get 项目IDSubscribeReceiver[]getReceivers()Get 订阅人信息LonggetRuleGroupId()Get 规则组IDLong[]getSubscribeType()Get 订阅类型StringgetTableId()Get 数据表IdSubscribeWebHook[]getWebHooks()Get 群机器人webhook信息voidsetDatabaseId(String DatabaseId)Set 数据库IdvoidsetDatasourceId(String DatasourceId)Set 数据源IdvoidsetProjectId(String ProjectId)Set 项目IDvoidsetReceivers(SubscribeReceiver[] Receivers)Set 订阅人信息voidsetRuleGroupId(Long RuleGroupId)Set 规则组IDvoidsetSubscribeType(Long[] SubscribeType)Set 订阅类型voidsetTableId(String TableId)Set 数据表IdvoidsetWebHooks(SubscribeWebHook[] WebHooks)Set 群机器人webhook信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyRuleGroupSubscriptionRequest
public ModifyRuleGroupSubscriptionRequest()
-
ModifyRuleGroupSubscriptionRequest
public ModifyRuleGroupSubscriptionRequest(ModifyRuleGroupSubscriptionRequest 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.
-
-
Method Detail
-
getRuleGroupId
public Long getRuleGroupId()
Get 规则组ID- Returns:
- RuleGroupId 规则组ID
-
setRuleGroupId
public void setRuleGroupId(Long RuleGroupId)
Set 规则组ID- Parameters:
RuleGroupId- 规则组ID
-
getReceivers
public SubscribeReceiver[] getReceivers()
Get 订阅人信息- Returns:
- Receivers 订阅人信息
-
setReceivers
public void setReceivers(SubscribeReceiver[] Receivers)
Set 订阅人信息- Parameters:
Receivers- 订阅人信息
-
getSubscribeType
public Long[] getSubscribeType()
Get 订阅类型- Returns:
- SubscribeType 订阅类型
-
setSubscribeType
public void setSubscribeType(Long[] SubscribeType)
Set 订阅类型- Parameters:
SubscribeType- 订阅类型
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getDatabaseId
public String getDatabaseId()
Get 数据库Id- Returns:
- DatabaseId 数据库Id
-
setDatabaseId
public void setDatabaseId(String DatabaseId)
Set 数据库Id- Parameters:
DatabaseId- 数据库Id
-
getDatasourceId
public String getDatasourceId()
Get 数据源Id- Returns:
- DatasourceId 数据源Id
-
setDatasourceId
public void setDatasourceId(String DatasourceId)
Set 数据源Id- Parameters:
DatasourceId- 数据源Id
-
getTableId
public String getTableId()
Get 数据表Id- Returns:
- TableId 数据表Id
-
setTableId
public void setTableId(String TableId)
Set 数据表Id- Parameters:
TableId- 数据表Id
-
getWebHooks
public SubscribeWebHook[] getWebHooks()
Get 群机器人webhook信息- Returns:
- WebHooks 群机器人webhook信息
-
setWebHooks
public void setWebHooks(SubscribeWebHook[] WebHooks)
Set 群机器人webhook信息- Parameters:
WebHooks- 群机器人webhook信息
-
-