Uses of Class
com.tencentcloudapi.cls.v20201016.models.ConsumerContent
-
Packages that use ConsumerContent Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of ConsumerContent in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return ConsumerContent Modifier and Type Method Description ConsumerContentCreateConsumerRequest. getContent()Get 如果需要投递元数据信息,元数据信息的描述ConsumerContentDescribeConsumerResponse. getContent()Get 如果需要投递元数据信息,元数据信息的描述 注意:此字段可能返回 null,表示取不到有效值。ConsumerContentModifyConsumerRequest. getContent()Get 如果需要投递元数据信息,元数据信息的描述Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type ConsumerContent Modifier and Type Method Description voidCreateConsumerRequest. setContent(ConsumerContent Content)Set 如果需要投递元数据信息,元数据信息的描述voidDescribeConsumerResponse. setContent(ConsumerContent Content)Set 如果需要投递元数据信息,元数据信息的描述 注意:此字段可能返回 null,表示取不到有效值。voidModifyConsumerRequest. setContent(ConsumerContent Content)Set 如果需要投递元数据信息,元数据信息的描述Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type ConsumerContent Constructor Description ConsumerContent(ConsumerContent 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.
-