GetDeviceCountAreaRes.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # NO CHECKED-IN PROTOBUF GENCODE
  4. # source: api/LargeScreenData.proto
  5. namespace Proto\Api;
  6. use Google\Protobuf\Internal\GPBType;
  7. use Google\Protobuf\Internal\RepeatedField;
  8. use Google\Protobuf\Internal\GPBUtil;
  9. /**
  10. * Generated from protobuf message <code>proto.api.GetDeviceCountAreaRes</code>
  11. */
  12. class GetDeviceCountAreaRes extends \Google\Protobuf\Internal\Message
  13. {
  14. /**
  15. * 所有电池的经纬度
  16. *
  17. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS battery_gps = 1;</code>
  18. */
  19. private $battery_gps;
  20. /**
  21. * 省份地区分布数组
  22. *
  23. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount battery_province_areas = 2;</code>
  24. */
  25. private $battery_province_areas;
  26. /**
  27. * 所有充电桩的经纬度
  28. *
  29. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS charge_pile_gps = 3;</code>
  30. */
  31. private $charge_pile_gps;
  32. /**
  33. * 充电桩的省份地区分布数组
  34. *
  35. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount charge_pile_province_areas = 4;</code>
  36. */
  37. private $charge_pile_province_areas;
  38. /**
  39. * Constructor.
  40. *
  41. * @param array $data {
  42. * Optional. Data for populating the Message object.
  43. *
  44. * @type array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $battery_gps
  45. * 所有电池的经纬度
  46. * @type array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $battery_province_areas
  47. * 省份地区分布数组
  48. * @type array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $charge_pile_gps
  49. * 所有充电桩的经纬度
  50. * @type array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $charge_pile_province_areas
  51. * 充电桩的省份地区分布数组
  52. * }
  53. */
  54. public function __construct($data = NULL) {
  55. \GPBMetadata\Api\LargeScreenData::initOnce();
  56. parent::__construct($data);
  57. }
  58. /**
  59. * 所有电池的经纬度
  60. *
  61. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS battery_gps = 1;</code>
  62. * @return \Google\Protobuf\Internal\RepeatedField
  63. */
  64. public function getBatteryGps()
  65. {
  66. return $this->battery_gps;
  67. }
  68. /**
  69. * 所有电池的经纬度
  70. *
  71. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS battery_gps = 1;</code>
  72. * @param array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $var
  73. * @return $this
  74. */
  75. public function setBatteryGps($var)
  76. {
  77. $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountAreaRes\GPS::class);
  78. $this->battery_gps = $arr;
  79. return $this;
  80. }
  81. /**
  82. * 省份地区分布数组
  83. *
  84. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount battery_province_areas = 2;</code>
  85. * @return \Google\Protobuf\Internal\RepeatedField
  86. */
  87. public function getBatteryProvinceAreas()
  88. {
  89. return $this->battery_province_areas;
  90. }
  91. /**
  92. * 省份地区分布数组
  93. *
  94. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount battery_province_areas = 2;</code>
  95. * @param array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $var
  96. * @return $this
  97. */
  98. public function setBatteryProvinceAreas($var)
  99. {
  100. $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountRes\AreaCount::class);
  101. $this->battery_province_areas = $arr;
  102. return $this;
  103. }
  104. /**
  105. * 所有充电桩的经纬度
  106. *
  107. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS charge_pile_gps = 3;</code>
  108. * @return \Google\Protobuf\Internal\RepeatedField
  109. */
  110. public function getChargePileGps()
  111. {
  112. return $this->charge_pile_gps;
  113. }
  114. /**
  115. * 所有充电桩的经纬度
  116. *
  117. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS charge_pile_gps = 3;</code>
  118. * @param array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $var
  119. * @return $this
  120. */
  121. public function setChargePileGps($var)
  122. {
  123. $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountAreaRes\GPS::class);
  124. $this->charge_pile_gps = $arr;
  125. return $this;
  126. }
  127. /**
  128. * 充电桩的省份地区分布数组
  129. *
  130. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount charge_pile_province_areas = 4;</code>
  131. * @return \Google\Protobuf\Internal\RepeatedField
  132. */
  133. public function getChargePileProvinceAreas()
  134. {
  135. return $this->charge_pile_province_areas;
  136. }
  137. /**
  138. * 充电桩的省份地区分布数组
  139. *
  140. * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount charge_pile_province_areas = 4;</code>
  141. * @param array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $var
  142. * @return $this
  143. */
  144. public function setChargePileProvinceAreas($var)
  145. {
  146. $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountRes\AreaCount::class);
  147. $this->charge_pile_province_areas = $arr;
  148. return $this;
  149. }
  150. }