struct_data.go 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. package ons
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Data is a nested struct in ons response
  17. type Data struct {
  18. DelayTime int64 `json:"DelayTime" xml:"DelayTime"`
  19. ConsumeModel string `json:"ConsumeModel" xml:"ConsumeModel"`
  20. Title string `json:"Title" xml:"Title"`
  21. Online bool `json:"Online" xml:"Online"`
  22. Flag int `json:"Flag" xml:"Flag"`
  23. BornTimestamp int64 `json:"BornTimestamp" xml:"BornTimestamp"`
  24. RebalanceOK bool `json:"RebalanceOK" xml:"RebalanceOK"`
  25. XUnit string `json:"XUnit" xml:"XUnit"`
  26. OffsetId string `json:"OffsetId" xml:"OffsetId"`
  27. SubscriptionSame bool `json:"SubscriptionSame" xml:"SubscriptionSame"`
  28. MaxTimeStamp int64 `json:"MaxTimeStamp" xml:"MaxTimeStamp"`
  29. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  30. ConsumeTps float64 `json:"ConsumeTps" xml:"ConsumeTps"`
  31. GroupId string `json:"GroupId" xml:"GroupId"`
  32. Topic string `json:"Topic" xml:"Topic"`
  33. ConsumeTimeStamp int64 `json:"ConsumeTimeStamp" xml:"ConsumeTimeStamp"`
  34. TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
  35. TotalDiff int64 `json:"TotalDiff" xml:"TotalDiff"`
  36. ReconsumeTimes int `json:"ReconsumeTimes" xml:"ReconsumeTimes"`
  37. Body string `json:"Body" xml:"Body"`
  38. BornHost string `json:"BornHost" xml:"BornHost"`
  39. MinTimeStamp int64 `json:"MinTimeStamp" xml:"MinTimeStamp"`
  40. LastTimeStamp int64 `json:"LastTimeStamp" xml:"LastTimeStamp"`
  41. MessageModel string `json:"MessageModel" xml:"MessageModel"`
  42. InstanceType int `json:"InstanceType" xml:"InstanceType"`
  43. BodyCRC int `json:"BodyCRC" xml:"BodyCRC"`
  44. MsgId string `json:"MsgId" xml:"MsgId"`
  45. StoreTimestamp int64 `json:"StoreTimestamp" xml:"StoreTimestamp"`
  46. StoreSize int `json:"StoreSize" xml:"StoreSize"`
  47. StoreHost string `json:"StoreHost" xml:"StoreHost"`
  48. YUnit string `json:"YUnit" xml:"YUnit"`
  49. LastTimestamp int64 `json:"LastTimestamp" xml:"LastTimestamp"`
  50. Perm int `json:"Perm" xml:"Perm"`
  51. PropertyList PropertyListInOnsDLQMessageGetById `json:"PropertyList" xml:"PropertyList"`
  52. Records RecordsInOnsMqttQueryHistoryOnline `json:"Records" xml:"Records"`
  53. ConsumerConnectionInfoList ConsumerConnectionInfoList `json:"ConsumerConnectionInfoList" xml:"ConsumerConnectionInfoList"`
  54. DetailInTopicList DetailInTopicListInOnsConsumerAccumulate `json:"DetailInTopicList" xml:"DetailInTopicList"`
  55. SubscriptionDataList SubscriptionDataListInOnsGroupSubDetail `json:"SubscriptionDataList" xml:"SubscriptionDataList"`
  56. ConnectionSet ConnectionSet `json:"ConnectionSet" xml:"ConnectionSet"`
  57. ConnectionList ConnectionList `json:"ConnectionList" xml:"ConnectionList"`
  58. }