public class TargetDescription extends AbstractModel
| 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 parameters | 
| String | getResourceDescription()Get Six-Segment QCS resource description. | 
| SCFParams | getSCFParams()Get SCF parameter | 
| void | setCkafkaTargetParams(CkafkaTargetParams CkafkaTargetParams)Set CKafka parameters | 
| void | setResourceDescription(String ResourceDescription)Set Six-Segment QCS resource description. | 
| void | setSCFParams(SCFParams SCFParams)Set SCF parameter | 
| 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, toJsonStringpublic TargetDescription()
public TargetDescription(TargetDescription source)
public String getResourceDescription()
public void setResourceDescription(String ResourceDescription)
ResourceDescription - Six-Segment QCS resource description. For more information, see [Resource Description Method](https://intl.cloud.tencent.com/document/product/598/10606?from_cn_redirect=1)public SCFParams getSCFParams()
public void setSCFParams(SCFParams SCFParams)
SCFParams - SCF parameterpublic CkafkaTargetParams getCkafkaTargetParams()
public void setCkafkaTargetParams(CkafkaTargetParams CkafkaTargetParams)
CkafkaTargetParams - CKafka parametersCopyright © 2022. All rights reserved.