public class TargetDescription extends AbstractModel
skipSign| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
CkafkaTargetParams |
getCkafkaTargetParams()
Get Ckafka参数
|
ESTargetParams |
getESTargetParams()
Get ElasticSearch参数
|
String |
getResourceDescription()
Get QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
|
SCFParams |
getSCFParams()
Get 云函数参数
|
void |
setCkafkaTargetParams(CkafkaTargetParams CkafkaTargetParams)
Set Ckafka参数
|
void |
setESTargetParams(ESTargetParams ESTargetParams)
Set ElasticSearch参数
|
void |
setResourceDescription(String ResourceDescription)
Set QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)
|
void |
setSCFParams(SCFParams SCFParams)
Set 云函数参数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TargetDescription()
public TargetDescription(TargetDescription source)
public String getResourceDescription()
public void setResourceDescription(String ResourceDescription)
ResourceDescription - QCS资源六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)public SCFParams getSCFParams()
public void setSCFParams(SCFParams SCFParams)
SCFParams - 云函数参数public CkafkaTargetParams getCkafkaTargetParams()
public void setCkafkaTargetParams(CkafkaTargetParams CkafkaTargetParams)
CkafkaTargetParams - Ckafka参数public ESTargetParams getESTargetParams()
public void setESTargetParams(ESTargetParams ESTargetParams)
ESTargetParams - ElasticSearch参数Copyright © 2023. All rights reserved.