Class TargetDescription
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.TargetDescription
-
public class TargetDescription extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TargetDescription()TargetDescription(TargetDescription 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 CkafkaTargetParamsgetCkafkaTargetParams()Get Ckafka参数ESTargetParamsgetESTargetParams()Get ElasticSearch参数StringgetResourceDescription()Get QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)SCFParamsgetSCFParams()Get 云函数参数voidsetCkafkaTargetParams(CkafkaTargetParams CkafkaTargetParams)Set Ckafka参数voidsetESTargetParams(ESTargetParams ESTargetParams)Set ElasticSearch参数voidsetResourceDescription(String ResourceDescription)Set QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)voidsetSCFParams(SCFParams SCFParams)Set 云函数参数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
-
TargetDescription
public TargetDescription()
-
TargetDescription
public TargetDescription(TargetDescription 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
-
getResourceDescription
public String getResourceDescription()
Get QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)- Returns:
- ResourceDescription QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
-
setResourceDescription
public void setResourceDescription(String ResourceDescription)
Set QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)- Parameters:
ResourceDescription- QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
-
getSCFParams
public SCFParams getSCFParams()
Get 云函数参数- Returns:
- SCFParams 云函数参数
-
setSCFParams
public void setSCFParams(SCFParams SCFParams)
Set 云函数参数- Parameters:
SCFParams- 云函数参数
-
getCkafkaTargetParams
public CkafkaTargetParams getCkafkaTargetParams()
Get Ckafka参数- Returns:
- CkafkaTargetParams Ckafka参数
-
setCkafkaTargetParams
public void setCkafkaTargetParams(CkafkaTargetParams CkafkaTargetParams)
Set Ckafka参数- Parameters:
CkafkaTargetParams- Ckafka参数
-
getESTargetParams
public ESTargetParams getESTargetParams()
Get ElasticSearch参数- Returns:
- ESTargetParams ElasticSearch参数
-
setESTargetParams
public void setESTargetParams(ESTargetParams ESTargetParams)
Set ElasticSearch参数- Parameters:
ESTargetParams- ElasticSearch参数
-
-