struct_data.go 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 int `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 int `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 int `json:"MaxTimeStamp" xml:"MaxTimeStamp"`
  29. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  30. ConsumeTps float64 `json:"ConsumeTps" xml:"ConsumeTps"`
  31. Topic string `json:"Topic" xml:"Topic"`
  32. ConsumeTimeStamp int `json:"ConsumeTimeStamp" xml:"ConsumeTimeStamp"`
  33. TotalCount int `json:"TotalCount" xml:"TotalCount"`
  34. TotalDiff int `json:"TotalDiff" xml:"TotalDiff"`
  35. ReconsumeTimes int `json:"ReconsumeTimes" xml:"ReconsumeTimes"`
  36. Body string `json:"Body" xml:"Body"`
  37. BornHost string `json:"BornHost" xml:"BornHost"`
  38. MinTimeStamp int `json:"MinTimeStamp" xml:"MinTimeStamp"`
  39. LastTimeStamp int `json:"LastTimeStamp" xml:"LastTimeStamp"`
  40. InstanceType int `json:"InstanceType" xml:"InstanceType"`
  41. BodyCRC int `json:"BodyCRC" xml:"BodyCRC"`
  42. MsgId string `json:"MsgId" xml:"MsgId"`
  43. StoreTimestamp int `json:"StoreTimestamp" xml:"StoreTimestamp"`
  44. StoreSize int `json:"StoreSize" xml:"StoreSize"`
  45. StoreHost string `json:"StoreHost" xml:"StoreHost"`
  46. YUnit string `json:"YUnit" xml:"YUnit"`
  47. LastTimestamp int `json:"LastTimestamp" xml:"LastTimestamp"`
  48. ConnectionSet ConnectionSet `json:"ConnectionSet" xml:"ConnectionSet"`
  49. PropertyList PropertyListInOnsMessageGetByMsgId `json:"PropertyList" xml:"PropertyList"`
  50. Records RecordsInOnsMqttQueryHistoryOnline `json:"Records" xml:"Records"`
  51. ConsumerConnectionInfoList ConsumerConnectionInfoList `json:"ConsumerConnectionInfoList" xml:"ConsumerConnectionInfoList"`
  52. DetailInTopicList DetailInTopicListInOnsConsumerAccumulate `json:"DetailInTopicList" xml:"DetailInTopicList"`
  53. ConnectionList ConnectionList `json:"ConnectionList" xml:"ConnectionList"`
  54. }