Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.Publisher
-
Packages that use Publisher Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of Publisher in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return Publisher Modifier and Type Method Description Publisher[]DescribePublishersResponse. getPublishers()Get 生产者信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type Publisher Modifier and Type Method Description voidDescribePublishersResponse. setPublishers(Publisher[] Publishers)Set 生产者信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type Publisher Constructor Description Publisher(Publisher 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.
-