123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909 |
- <?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.GetBatteryInfoRes</code>
- */
- class GetBatteryInfoRes extends \Google\Protobuf\Internal\Message
- {
- /**
- * soc
- *
- * Generated from protobuf field <code>string soc = 1;</code>
- */
- protected $soc = '';
- /**
- * 电流
- *
- * Generated from protobuf field <code>float electric_current = 2;</code>
- */
- protected $electric_current = 0.0;
- /**
- * 电压
- *
- * Generated from protobuf field <code>float voltage = 3;</code>
- */
- protected $voltage = 0.0;
- /**
- * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
- *
- * Generated from protobuf field <code>int32 charge_status = 4;</code>
- */
- protected $charge_status = 0;
- /**
- * Generated from protobuf field <code>repeated .proto.api.GetBatteryInfoRes.Alarm alarm_list = 5;</code>
- */
- private $alarm_list;
- /**
- * 累计充电次数
- *
- * Generated from protobuf field <code>int32 charge_count = 6;</code>
- */
- protected $charge_count = 0;
- /**
- * 累计行驶里程
- *
- * Generated from protobuf field <code>int32 mileage = 7;</code>
- */
- protected $mileage = 0;
- /**
- * 累计碳排放
- *
- * Generated from protobuf field <code>int32 emission = 8;</code>
- */
- protected $emission = 0;
- /**
- * 健康评分
- *
- * Generated from protobuf field <code>int32 health_score = 9;</code>
- */
- protected $health_score = 0;
- /**
- * 电池编号
- *
- * Generated from protobuf field <code>string battery_sn = 10;</code>
- */
- protected $battery_sn = '';
- /**
- * 电池类型
- *
- * Generated from protobuf field <code>string battery_type = 11;</code>
- */
- protected $battery_type = '';
- /**
- * 电池品牌
- *
- * Generated from protobuf field <code>string battery_brand = 12;</code>
- */
- protected $battery_brand = '';
- /**
- * 电池健康状态
- *
- * Generated from protobuf field <code>string battery_status = 13;</code>
- */
- protected $battery_status = '';
- /**
- * 电池生产日期 时间戳 秒
- *
- * Generated from protobuf field <code>string battery_date = 14;</code>
- */
- protected $battery_date = '';
- /**
- * 剩余容量
- *
- * Generated from protobuf field <code>int32 remaining_capacity = 15;</code>
- */
- protected $remaining_capacity = 0;
- /**
- * 连接状态 0:未连接 1:已连接
- *
- * Generated from protobuf field <code>int32 connect_status = 16;</code>
- */
- protected $connect_status = 0;
- /**
- * 充电继电器/mos是否开启 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 mos_status = 17;</code>
- */
- protected $mos_status = 0;
- /**
- * 放点继电器/mos 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 bms_status = 18;</code>
- */
- protected $bms_status = 0;
- /**
- * 电池均衡是否开启 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 equilibrium = 19;</code>
- */
- protected $equilibrium = 0;
- /**
- * 电池串数
- *
- * Generated from protobuf field <code>int32 battery_count = 20;</code>
- */
- protected $battery_count = 0;
- /**
- * 循环次数
- *
- * Generated from protobuf field <code>int32 cycle_count = 21;</code>
- */
- protected $cycle_count = 0;
- /**
- * 电池温度
- *
- * Generated from protobuf field <code>int32 battery_temp = 22;</code>
- */
- protected $battery_temp = 0;
- /**
- * 功率管温度
- *
- * Generated from protobuf field <code>int32 power_temp = 23;</code>
- */
- protected $power_temp = 0;
- /**
- * 电池箱内温度
- *
- * Generated from protobuf field <code>int32 box_temp = 24;</code>
- */
- protected $box_temp = 0;
- /**
- * 经度
- *
- * Generated from protobuf field <code>float longitude = 25;</code>
- */
- protected $longitude = 0.0;
- /**
- * 纬度
- *
- * Generated from protobuf field <code>float latitude = 26;</code>
- */
- protected $latitude = 0.0;
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type string $soc
- * soc
- * @type float $electric_current
- * 电流
- * @type float $voltage
- * 电压
- * @type int $charge_status
- * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
- * @type array<\Proto\Api\GetBatteryInfoRes\Alarm>|\Google\Protobuf\Internal\RepeatedField $alarm_list
- * @type int $charge_count
- * 累计充电次数
- * @type int $mileage
- * 累计行驶里程
- * @type int $emission
- * 累计碳排放
- * @type int $health_score
- * 健康评分
- * @type string $battery_sn
- * 电池编号
- * @type string $battery_type
- * 电池类型
- * @type string $battery_brand
- * 电池品牌
- * @type string $battery_status
- * 电池健康状态
- * @type string $battery_date
- * 电池生产日期 时间戳 秒
- * @type int $remaining_capacity
- * 剩余容量
- * @type int $connect_status
- * 连接状态 0:未连接 1:已连接
- * @type int $mos_status
- * 充电继电器/mos是否开启 1-开启 0-关闭
- * @type int $bms_status
- * 放点继电器/mos 1-开启 0-关闭
- * @type int $equilibrium
- * 电池均衡是否开启 1-开启 0-关闭
- * @type int $battery_count
- * 电池串数
- * @type int $cycle_count
- * 循环次数
- * @type int $battery_temp
- * 电池温度
- * @type int $power_temp
- * 功率管温度
- * @type int $box_temp
- * 电池箱内温度
- * @type float $longitude
- * 经度
- * @type float $latitude
- * 纬度
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Api\LargeScreenData::initOnce();
- parent::__construct($data);
- }
- /**
- * soc
- *
- * Generated from protobuf field <code>string soc = 1;</code>
- * @return string
- */
- public function getSoc()
- {
- return $this->soc;
- }
- /**
- * soc
- *
- * Generated from protobuf field <code>string soc = 1;</code>
- * @param string $var
- * @return $this
- */
- public function setSoc($var)
- {
- GPBUtil::checkString($var, True);
- $this->soc = $var;
- return $this;
- }
- /**
- * 电流
- *
- * Generated from protobuf field <code>float electric_current = 2;</code>
- * @return float
- */
- public function getElectricCurrent()
- {
- return $this->electric_current;
- }
- /**
- * 电流
- *
- * Generated from protobuf field <code>float electric_current = 2;</code>
- * @param float $var
- * @return $this
- */
- public function setElectricCurrent($var)
- {
- GPBUtil::checkFloat($var);
- $this->electric_current = $var;
- return $this;
- }
- /**
- * 电压
- *
- * Generated from protobuf field <code>float voltage = 3;</code>
- * @return float
- */
- public function getVoltage()
- {
- return $this->voltage;
- }
- /**
- * 电压
- *
- * Generated from protobuf field <code>float voltage = 3;</code>
- * @param float $var
- * @return $this
- */
- public function setVoltage($var)
- {
- GPBUtil::checkFloat($var);
- $this->voltage = $var;
- return $this;
- }
- /**
- * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
- *
- * Generated from protobuf field <code>int32 charge_status = 4;</code>
- * @return int
- */
- public function getChargeStatus()
- {
- return $this->charge_status;
- }
- /**
- * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
- *
- * Generated from protobuf field <code>int32 charge_status = 4;</code>
- * @param int $var
- * @return $this
- */
- public function setChargeStatus($var)
- {
- GPBUtil::checkInt32($var);
- $this->charge_status = $var;
- return $this;
- }
- /**
- * Generated from protobuf field <code>repeated .proto.api.GetBatteryInfoRes.Alarm alarm_list = 5;</code>
- * @return \Google\Protobuf\Internal\RepeatedField
- */
- public function getAlarmList()
- {
- return $this->alarm_list;
- }
- /**
- * Generated from protobuf field <code>repeated .proto.api.GetBatteryInfoRes.Alarm alarm_list = 5;</code>
- * @param array<\Proto\Api\GetBatteryInfoRes\Alarm>|\Google\Protobuf\Internal\RepeatedField $var
- * @return $this
- */
- public function setAlarmList($var)
- {
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetBatteryInfoRes\Alarm::class);
- $this->alarm_list = $arr;
- return $this;
- }
- /**
- * 累计充电次数
- *
- * Generated from protobuf field <code>int32 charge_count = 6;</code>
- * @return int
- */
- public function getChargeCount()
- {
- return $this->charge_count;
- }
- /**
- * 累计充电次数
- *
- * Generated from protobuf field <code>int32 charge_count = 6;</code>
- * @param int $var
- * @return $this
- */
- public function setChargeCount($var)
- {
- GPBUtil::checkInt32($var);
- $this->charge_count = $var;
- return $this;
- }
- /**
- * 累计行驶里程
- *
- * Generated from protobuf field <code>int32 mileage = 7;</code>
- * @return int
- */
- public function getMileage()
- {
- return $this->mileage;
- }
- /**
- * 累计行驶里程
- *
- * Generated from protobuf field <code>int32 mileage = 7;</code>
- * @param int $var
- * @return $this
- */
- public function setMileage($var)
- {
- GPBUtil::checkInt32($var);
- $this->mileage = $var;
- return $this;
- }
- /**
- * 累计碳排放
- *
- * Generated from protobuf field <code>int32 emission = 8;</code>
- * @return int
- */
- public function getEmission()
- {
- return $this->emission;
- }
- /**
- * 累计碳排放
- *
- * Generated from protobuf field <code>int32 emission = 8;</code>
- * @param int $var
- * @return $this
- */
- public function setEmission($var)
- {
- GPBUtil::checkInt32($var);
- $this->emission = $var;
- return $this;
- }
- /**
- * 健康评分
- *
- * Generated from protobuf field <code>int32 health_score = 9;</code>
- * @return int
- */
- public function getHealthScore()
- {
- return $this->health_score;
- }
- /**
- * 健康评分
- *
- * Generated from protobuf field <code>int32 health_score = 9;</code>
- * @param int $var
- * @return $this
- */
- public function setHealthScore($var)
- {
- GPBUtil::checkInt32($var);
- $this->health_score = $var;
- return $this;
- }
- /**
- * 电池编号
- *
- * Generated from protobuf field <code>string battery_sn = 10;</code>
- * @return string
- */
- public function getBatterySn()
- {
- return $this->battery_sn;
- }
- /**
- * 电池编号
- *
- * Generated from protobuf field <code>string battery_sn = 10;</code>
- * @param string $var
- * @return $this
- */
- public function setBatterySn($var)
- {
- GPBUtil::checkString($var, True);
- $this->battery_sn = $var;
- return $this;
- }
- /**
- * 电池类型
- *
- * Generated from protobuf field <code>string battery_type = 11;</code>
- * @return string
- */
- public function getBatteryType()
- {
- return $this->battery_type;
- }
- /**
- * 电池类型
- *
- * Generated from protobuf field <code>string battery_type = 11;</code>
- * @param string $var
- * @return $this
- */
- public function setBatteryType($var)
- {
- GPBUtil::checkString($var, True);
- $this->battery_type = $var;
- return $this;
- }
- /**
- * 电池品牌
- *
- * Generated from protobuf field <code>string battery_brand = 12;</code>
- * @return string
- */
- public function getBatteryBrand()
- {
- return $this->battery_brand;
- }
- /**
- * 电池品牌
- *
- * Generated from protobuf field <code>string battery_brand = 12;</code>
- * @param string $var
- * @return $this
- */
- public function setBatteryBrand($var)
- {
- GPBUtil::checkString($var, True);
- $this->battery_brand = $var;
- return $this;
- }
- /**
- * 电池健康状态
- *
- * Generated from protobuf field <code>string battery_status = 13;</code>
- * @return string
- */
- public function getBatteryStatus()
- {
- return $this->battery_status;
- }
- /**
- * 电池健康状态
- *
- * Generated from protobuf field <code>string battery_status = 13;</code>
- * @param string $var
- * @return $this
- */
- public function setBatteryStatus($var)
- {
- GPBUtil::checkString($var, True);
- $this->battery_status = $var;
- return $this;
- }
- /**
- * 电池生产日期 时间戳 秒
- *
- * Generated from protobuf field <code>string battery_date = 14;</code>
- * @return string
- */
- public function getBatteryDate()
- {
- return $this->battery_date;
- }
- /**
- * 电池生产日期 时间戳 秒
- *
- * Generated from protobuf field <code>string battery_date = 14;</code>
- * @param string $var
- * @return $this
- */
- public function setBatteryDate($var)
- {
- GPBUtil::checkString($var, True);
- $this->battery_date = $var;
- return $this;
- }
- /**
- * 剩余容量
- *
- * Generated from protobuf field <code>int32 remaining_capacity = 15;</code>
- * @return int
- */
- public function getRemainingCapacity()
- {
- return $this->remaining_capacity;
- }
- /**
- * 剩余容量
- *
- * Generated from protobuf field <code>int32 remaining_capacity = 15;</code>
- * @param int $var
- * @return $this
- */
- public function setRemainingCapacity($var)
- {
- GPBUtil::checkInt32($var);
- $this->remaining_capacity = $var;
- return $this;
- }
- /**
- * 连接状态 0:未连接 1:已连接
- *
- * Generated from protobuf field <code>int32 connect_status = 16;</code>
- * @return int
- */
- public function getConnectStatus()
- {
- return $this->connect_status;
- }
- /**
- * 连接状态 0:未连接 1:已连接
- *
- * Generated from protobuf field <code>int32 connect_status = 16;</code>
- * @param int $var
- * @return $this
- */
- public function setConnectStatus($var)
- {
- GPBUtil::checkInt32($var);
- $this->connect_status = $var;
- return $this;
- }
- /**
- * 充电继电器/mos是否开启 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 mos_status = 17;</code>
- * @return int
- */
- public function getMosStatus()
- {
- return $this->mos_status;
- }
- /**
- * 充电继电器/mos是否开启 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 mos_status = 17;</code>
- * @param int $var
- * @return $this
- */
- public function setMosStatus($var)
- {
- GPBUtil::checkInt32($var);
- $this->mos_status = $var;
- return $this;
- }
- /**
- * 放点继电器/mos 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 bms_status = 18;</code>
- * @return int
- */
- public function getBmsStatus()
- {
- return $this->bms_status;
- }
- /**
- * 放点继电器/mos 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 bms_status = 18;</code>
- * @param int $var
- * @return $this
- */
- public function setBmsStatus($var)
- {
- GPBUtil::checkInt32($var);
- $this->bms_status = $var;
- return $this;
- }
- /**
- * 电池均衡是否开启 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 equilibrium = 19;</code>
- * @return int
- */
- public function getEquilibrium()
- {
- return $this->equilibrium;
- }
- /**
- * 电池均衡是否开启 1-开启 0-关闭
- *
- * Generated from protobuf field <code>int32 equilibrium = 19;</code>
- * @param int $var
- * @return $this
- */
- public function setEquilibrium($var)
- {
- GPBUtil::checkInt32($var);
- $this->equilibrium = $var;
- return $this;
- }
- /**
- * 电池串数
- *
- * Generated from protobuf field <code>int32 battery_count = 20;</code>
- * @return int
- */
- public function getBatteryCount()
- {
- return $this->battery_count;
- }
- /**
- * 电池串数
- *
- * Generated from protobuf field <code>int32 battery_count = 20;</code>
- * @param int $var
- * @return $this
- */
- public function setBatteryCount($var)
- {
- GPBUtil::checkInt32($var);
- $this->battery_count = $var;
- return $this;
- }
- /**
- * 循环次数
- *
- * Generated from protobuf field <code>int32 cycle_count = 21;</code>
- * @return int
- */
- public function getCycleCount()
- {
- return $this->cycle_count;
- }
- /**
- * 循环次数
- *
- * Generated from protobuf field <code>int32 cycle_count = 21;</code>
- * @param int $var
- * @return $this
- */
- public function setCycleCount($var)
- {
- GPBUtil::checkInt32($var);
- $this->cycle_count = $var;
- return $this;
- }
- /**
- * 电池温度
- *
- * Generated from protobuf field <code>int32 battery_temp = 22;</code>
- * @return int
- */
- public function getBatteryTemp()
- {
- return $this->battery_temp;
- }
- /**
- * 电池温度
- *
- * Generated from protobuf field <code>int32 battery_temp = 22;</code>
- * @param int $var
- * @return $this
- */
- public function setBatteryTemp($var)
- {
- GPBUtil::checkInt32($var);
- $this->battery_temp = $var;
- return $this;
- }
- /**
- * 功率管温度
- *
- * Generated from protobuf field <code>int32 power_temp = 23;</code>
- * @return int
- */
- public function getPowerTemp()
- {
- return $this->power_temp;
- }
- /**
- * 功率管温度
- *
- * Generated from protobuf field <code>int32 power_temp = 23;</code>
- * @param int $var
- * @return $this
- */
- public function setPowerTemp($var)
- {
- GPBUtil::checkInt32($var);
- $this->power_temp = $var;
- return $this;
- }
- /**
- * 电池箱内温度
- *
- * Generated from protobuf field <code>int32 box_temp = 24;</code>
- * @return int
- */
- public function getBoxTemp()
- {
- return $this->box_temp;
- }
- /**
- * 电池箱内温度
- *
- * Generated from protobuf field <code>int32 box_temp = 24;</code>
- * @param int $var
- * @return $this
- */
- public function setBoxTemp($var)
- {
- GPBUtil::checkInt32($var);
- $this->box_temp = $var;
- return $this;
- }
- /**
- * 经度
- *
- * Generated from protobuf field <code>float longitude = 25;</code>
- * @return float
- */
- public function getLongitude()
- {
- return $this->longitude;
- }
- /**
- * 经度
- *
- * Generated from protobuf field <code>float longitude = 25;</code>
- * @param float $var
- * @return $this
- */
- public function setLongitude($var)
- {
- GPBUtil::checkFloat($var);
- $this->longitude = $var;
- return $this;
- }
- /**
- * 纬度
- *
- * Generated from protobuf field <code>float latitude = 26;</code>
- * @return float
- */
- public function getLatitude()
- {
- return $this->latitude;
- }
- /**
- * 纬度
- *
- * Generated from protobuf field <code>float latitude = 26;</code>
- * @param float $var
- * @return $this
- */
- public function setLatitude($var)
- {
- GPBUtil::checkFloat($var);
- $this->latitude = $var;
- return $this;
- }
- }
|