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 String
getCKafkaInstance()
Get ckafka实例String
getCKafkaRegion()
Get ckafka地域String
getCKafkaTopic()
Get ckafka订阅主题String
getForwardAddress()
Get 第三方推送地址String
getForwardKey()
Get 第三方推送密钥,不填写则不生成签名。String
getProductId()
Get 产品IDString
getType()
Get 推送类型。ckafka:消息队列;forward:http/https推送void
setCKafkaInstance(String CKafkaInstance)
Set ckafka实例void
setCKafkaRegion(String CKafkaRegion)
Set ckafka地域void
setCKafkaTopic(String CKafkaTopic)
Set ckafka订阅主题void
setForwardAddress(String ForwardAddress)
Set 第三方推送地址void
setForwardKey(String ForwardKey)
Set 第三方推送密钥,不填写则不生成签名。void
setProductId(String ProductId)
Set 产品IDvoid
setType(String Type)
Set 推送类型。ckafka:消息队列;forward:http/https推送void
toMap(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订阅主题
-
-