Class ConnectionDescription
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.ConnectionDescription
-
public class ConnectionDescription extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConnectionDescription()ConnectionDescription(ConnectionDescription 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 APIGWParamsgetAPIGWParams()Get apigw参数 注意:此字段可能返回 null,表示取不到有效值。CkafkaParamsgetCkafkaParams()Get ckafka参数 注意:此字段可能返回 null,表示取不到有效值。DTSParamsgetDTSParams()Get data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceDescription()Get 资源qcs六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)voidsetAPIGWParams(APIGWParams APIGWParams)Set apigw参数 注意:此字段可能返回 null,表示取不到有效值。voidsetCkafkaParams(CkafkaParams CkafkaParams)Set ckafka参数 注意:此字段可能返回 null,表示取不到有效值。voidsetDTSParams(DTSParams DTSParams)Set data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceDescription(String ResourceDescription)Set 资源qcs六段式,更多参考 [资源六段式](https://cloud.tencent.com/document/product/598/10606)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
-
ConnectionDescription
public ConnectionDescription()
-
ConnectionDescription
public ConnectionDescription(ConnectionDescription 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)
-
getAPIGWParams
public APIGWParams getAPIGWParams()
Get apigw参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- APIGWParams apigw参数 注意:此字段可能返回 null,表示取不到有效值。
-
setAPIGWParams
public void setAPIGWParams(APIGWParams APIGWParams)
Set apigw参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
APIGWParams- apigw参数 注意:此字段可能返回 null,表示取不到有效值。
-
getCkafkaParams
public CkafkaParams getCkafkaParams()
Get ckafka参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CkafkaParams ckafka参数 注意:此字段可能返回 null,表示取不到有效值。
-
setCkafkaParams
public void setCkafkaParams(CkafkaParams CkafkaParams)
Set ckafka参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CkafkaParams- ckafka参数 注意:此字段可能返回 null,表示取不到有效值。
-
getDTSParams
public DTSParams getDTSParams()
Get data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DTSParams data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。
-
setDTSParams
public void setDTSParams(DTSParams DTSParams)
Set data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DTSParams- data transfer service (DTS)参数 注意:此字段可能返回 null,表示取不到有效值。
-
-