Uses of Class
com.tencentcloudapi.eb.v20210416.models.CkafkaParams
-
Packages that use CkafkaParams Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of CkafkaParams in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return CkafkaParams Modifier and Type Method Description CkafkaParamsConnectionDescription. getCkafkaParams()Get ckafka参数 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type CkafkaParams Modifier and Type Method Description voidConnectionDescription. setCkafkaParams(CkafkaParams CkafkaParams)Set ckafka参数 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type CkafkaParams Constructor Description CkafkaParams(CkafkaParams 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.
-