public class UpdateAIModelChannelRequest extends AbstractModel
Constructor and Description |
---|
UpdateAIModelChannelRequest() |
UpdateAIModelChannelRequest(UpdateAIModelChannelRequest 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 |
getCKafkaInstance()
Get ckafka实例
|
String |
getCKafkaRegion()
Get ckafka地域
|
String |
getCKafkaTopic()
Get ckafka订阅主题
|
String |
getForwardAddress()
Get 第三方推送地址
|
String |
getForwardKey()
Get 第三方推送密钥,不填写则腾讯云自动生成。
|
String |
getModelId()
Get 模型ID
|
String |
getProductId()
Get 产品ID
|
String |
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 |
setModelId(String ModelId)
Set 模型ID
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setType(String Type)
Set 推送类型。ckafka:消息队列;forward:http/https推送
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateAIModelChannelRequest()
public UpdateAIModelChannelRequest(UpdateAIModelChannelRequest source)
public String getModelId()
public void setModelId(String ModelId)
ModelId
- 模型IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getType()
public void setType(String Type)
Type
- 推送类型。ckafka:消息队列;forward:http/https推送public String getForwardAddress()
public void setForwardAddress(String ForwardAddress)
ForwardAddress
- 第三方推送地址public String getForwardKey()
public void setForwardKey(String ForwardKey)
ForwardKey
- 第三方推送密钥,不填写则腾讯云自动生成。public String getCKafkaRegion()
public void setCKafkaRegion(String CKafkaRegion)
CKafkaRegion
- ckafka地域public String getCKafkaInstance()
public void setCKafkaInstance(String CKafkaInstance)
CKafkaInstance
- ckafka实例public String getCKafkaTopic()
public void setCKafkaTopic(String CKafkaTopic)
CKafkaTopic
- ckafka订阅主题Copyright © 2021. All rights reserved.