123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # NO CHECKED-IN PROTOBUF GENCODE
- # source: api/LargeScreenData.proto
- namespace Proto\Api;
- use Google\Protobuf\Internal\GPBType;
- use Google\Protobuf\Internal\RepeatedField;
- use Google\Protobuf\Internal\GPBUtil;
- /**
- * Generated from protobuf message <code>proto.api.GetDeviceCountAreaRes</code>
- */
- class GetDeviceCountAreaRes extends \Google\Protobuf\Internal\Message
- {
- /**
- * 所有电池的经纬度
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS battery_gps = 1;</code>
- */
- private $battery_gps;
- /**
- * 省份地区分布数组
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount battery_province_areas = 2;</code>
- */
- private $battery_province_areas;
- /**
- * 所有充电桩的经纬度
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS charge_pile_gps = 3;</code>
- */
- private $charge_pile_gps;
- /**
- * 充电桩的省份地区分布数组
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount charge_pile_province_areas = 4;</code>
- */
- private $charge_pile_province_areas;
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $battery_gps
- * 所有电池的经纬度
- * @type array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $battery_province_areas
- * 省份地区分布数组
- * @type array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $charge_pile_gps
- * 所有充电桩的经纬度
- * @type array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $charge_pile_province_areas
- * 充电桩的省份地区分布数组
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Api\LargeScreenData::initOnce();
- parent::__construct($data);
- }
- /**
- * 所有电池的经纬度
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS battery_gps = 1;</code>
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getBatteryGps()
- {
- return $this->battery_gps;
- }
- /**
- * 所有电池的经纬度
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS battery_gps = 1;</code>
- * @param array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setBatteryGps($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountAreaRes\GPS::class);
- $this->battery_gps = $arr;
- return $this;
- }
- /**
- * 省份地区分布数组
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount battery_province_areas = 2;</code>
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getBatteryProvinceAreas()
- {
- return $this->battery_province_areas;
- }
- /**
- * 省份地区分布数组
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount battery_province_areas = 2;</code>
- * @param array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setBatteryProvinceAreas($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountRes\AreaCount::class);
- $this->battery_province_areas = $arr;
- return $this;
- }
- /**
- * 所有充电桩的经纬度
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS charge_pile_gps = 3;</code>
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getChargePileGps()
- {
- return $this->charge_pile_gps;
- }
- /**
- * 所有充电桩的经纬度
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountAreaRes.GPS charge_pile_gps = 3;</code>
- * @param array<\Proto\Api\GetDeviceCountAreaRes\GPS>|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setChargePileGps($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountAreaRes\GPS::class);
- $this->charge_pile_gps = $arr;
- return $this;
- }
- /**
- * 充电桩的省份地区分布数组
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount charge_pile_province_areas = 4;</code>
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getChargePileProvinceAreas()
- {
- return $this->charge_pile_province_areas;
- }
- /**
- * 充电桩的省份地区分布数组
- *
- * Generated from protobuf field <code>repeated .proto.api.GetDeviceCountRes.AreaCount charge_pile_province_areas = 4;</code>
- * @param array<\Proto\Api\GetDeviceCountRes\AreaCount>|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setChargePileProvinceAreas($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetDeviceCountRes\AreaCount::class);
- $this->charge_pile_province_areas = $arr;
- return $this;
- }
- }
|