Uses of Class
com.tencentcloudapi.ckafka.v20190819.models.ValueParam
-
Packages that use ValueParam Package Description com.tencentcloudapi.ckafka.v20190819.models -
-
Uses of ValueParam in com.tencentcloudapi.ckafka.v20190819.models
Methods in com.tencentcloudapi.ckafka.v20190819.models that return ValueParam Modifier and Type Method Description ValueParamSMTParam. getValueOperate()Get VALUE处理 注意:此字段可能返回 null,表示取不到有效值。ValueParam[]SMTParam. getValueOperates()Get VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ckafka.v20190819.models with parameters of type ValueParam Modifier and Type Method Description voidSMTParam. setValueOperate(ValueParam ValueOperate)Set VALUE处理 注意:此字段可能返回 null,表示取不到有效值。voidSMTParam. setValueOperates(ValueParam[] ValueOperates)Set VALUE处理链 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ckafka.v20190819.models with parameters of type ValueParam Constructor Description ValueParam(ValueParam 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.
-