Class ModifyPushChannelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20211125.models.ModifyPushChannelRequest
-
public class ModifyPushChannelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyPushChannelRequest()ModifyPushChannelRequest(ModifyPushChannelRequest 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 StringgetCKafkaInstance()Get ckafka实例StringgetCKafkaRegion()Get ckafka地域StringgetCKafkaTopic()Get ckafka订阅主题StringgetForwardAddress()Get 第三方推送地址StringgetForwardKey()Get 第三方推送密钥,不填写则不生成签名。StringgetProductId()Get 产品IDStringgetType()Get 推送类型。ckafka:消息队列;forward:http/https推送voidsetCKafkaInstance(String CKafkaInstance)Set ckafka实例voidsetCKafkaRegion(String CKafkaRegion)Set ckafka地域voidsetCKafkaTopic(String CKafkaTopic)Set ckafka订阅主题voidsetForwardAddress(String ForwardAddress)Set 第三方推送地址voidsetForwardKey(String ForwardKey)Set 第三方推送密钥,不填写则不生成签名。voidsetProductId(String ProductId)Set 产品IDvoidsetType(String Type)Set 推送类型。ckafka:消息队列;forward:http/https推送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
-
ModifyPushChannelRequest
public ModifyPushChannelRequest()
-
ModifyPushChannelRequest
public ModifyPushChannelRequest(ModifyPushChannelRequest 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getType
public String getType()
Get 推送类型。ckafka:消息队列;forward:http/https推送- Returns:
- Type 推送类型。ckafka:消息队列;forward:http/https推送
-
setType
public void setType(String Type)
Set 推送类型。ckafka:消息队列;forward:http/https推送- Parameters:
Type- 推送类型。ckafka:消息队列;forward:http/https推送
-
getForwardAddress
public String getForwardAddress()
Get 第三方推送地址- Returns:
- ForwardAddress 第三方推送地址
-
setForwardAddress
public void setForwardAddress(String ForwardAddress)
Set 第三方推送地址- Parameters:
ForwardAddress- 第三方推送地址
-
getForwardKey
public String getForwardKey()
Get 第三方推送密钥,不填写则不生成签名。- Returns:
- ForwardKey 第三方推送密钥,不填写则不生成签名。
-
setForwardKey
public void setForwardKey(String ForwardKey)
Set 第三方推送密钥,不填写则不生成签名。- Parameters:
ForwardKey- 第三方推送密钥,不填写则不生成签名。
-
getCKafkaRegion
public String getCKafkaRegion()
Get ckafka地域- Returns:
- CKafkaRegion ckafka地域
-
setCKafkaRegion
public void setCKafkaRegion(String CKafkaRegion)
Set ckafka地域- Parameters:
CKafkaRegion- ckafka地域
-
getCKafkaInstance
public String getCKafkaInstance()
Get ckafka实例- Returns:
- CKafkaInstance ckafka实例
-
setCKafkaInstance
public void setCKafkaInstance(String CKafkaInstance)
Set ckafka实例- Parameters:
CKafkaInstance- ckafka实例
-
getCKafkaTopic
public String getCKafkaTopic()
Get ckafka订阅主题- Returns:
- CKafkaTopic ckafka订阅主题
-
setCKafkaTopic
public void setCKafkaTopic(String CKafkaTopic)
Set ckafka订阅主题- Parameters:
CKafkaTopic- ckafka订阅主题
-
-