Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.SendMsgResponse
-
Packages that use SendMsgResponse Package Description com.tencentcloudapi.tdmq.v20200217 com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of SendMsgResponse in com.tencentcloudapi.tdmq.v20200217
Methods in com.tencentcloudapi.tdmq.v20200217 that return SendMsgResponse Modifier and Type Method Description SendMsgResponseTdmqClient. SendMsg(SendMsgRequest req)此接口仅用于测试发生消息,不能作为现网正式生产使用 -
Uses of SendMsgResponse in com.tencentcloudapi.tdmq.v20200217.models
Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type SendMsgResponse Constructor Description SendMsgResponse(SendMsgResponse 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.
-