GetBatteryInfoRes.php 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909
  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.GetBatteryInfoRes</code>
  11. */
  12. class GetBatteryInfoRes extends \Google\Protobuf\Internal\Message
  13. {
  14. /**
  15. * soc
  16. *
  17. * Generated from protobuf field <code>string soc = 1;</code>
  18. */
  19. protected $soc = '';
  20. /**
  21. * 电流
  22. *
  23. * Generated from protobuf field <code>float electric_current = 2;</code>
  24. */
  25. protected $electric_current = 0.0;
  26. /**
  27. * 电压
  28. *
  29. * Generated from protobuf field <code>float voltage = 3;</code>
  30. */
  31. protected $voltage = 0.0;
  32. /**
  33. * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
  34. *
  35. * Generated from protobuf field <code>int32 charge_status = 4;</code>
  36. */
  37. protected $charge_status = 0;
  38. /**
  39. * Generated from protobuf field <code>repeated .proto.api.GetBatteryInfoRes.Alarm alarm_list = 5;</code>
  40. */
  41. private $alarm_list;
  42. /**
  43. * 累计充电次数
  44. *
  45. * Generated from protobuf field <code>int32 charge_count = 6;</code>
  46. */
  47. protected $charge_count = 0;
  48. /**
  49. * 累计行驶里程
  50. *
  51. * Generated from protobuf field <code>int32 mileage = 7;</code>
  52. */
  53. protected $mileage = 0;
  54. /**
  55. * 累计碳排放
  56. *
  57. * Generated from protobuf field <code>int32 emission = 8;</code>
  58. */
  59. protected $emission = 0;
  60. /**
  61. * 健康评分
  62. *
  63. * Generated from protobuf field <code>int32 health_score = 9;</code>
  64. */
  65. protected $health_score = 0;
  66. /**
  67. * 电池编号
  68. *
  69. * Generated from protobuf field <code>string battery_sn = 10;</code>
  70. */
  71. protected $battery_sn = '';
  72. /**
  73. * 电池类型
  74. *
  75. * Generated from protobuf field <code>string battery_type = 11;</code>
  76. */
  77. protected $battery_type = '';
  78. /**
  79. * 电池品牌
  80. *
  81. * Generated from protobuf field <code>string battery_brand = 12;</code>
  82. */
  83. protected $battery_brand = '';
  84. /**
  85. * 电池健康状态
  86. *
  87. * Generated from protobuf field <code>string battery_status = 13;</code>
  88. */
  89. protected $battery_status = '';
  90. /**
  91. * 电池生产日期 时间戳 秒
  92. *
  93. * Generated from protobuf field <code>string battery_date = 14;</code>
  94. */
  95. protected $battery_date = '';
  96. /**
  97. * 剩余容量
  98. *
  99. * Generated from protobuf field <code>int32 remaining_capacity = 15;</code>
  100. */
  101. protected $remaining_capacity = 0;
  102. /**
  103. * 连接状态 0:未连接 1:已连接
  104. *
  105. * Generated from protobuf field <code>int32 connect_status = 16;</code>
  106. */
  107. protected $connect_status = 0;
  108. /**
  109. * 充电继电器/mos是否开启 1-开启 0-关闭
  110. *
  111. * Generated from protobuf field <code>int32 mos_status = 17;</code>
  112. */
  113. protected $mos_status = 0;
  114. /**
  115. * 放点继电器/mos 1-开启 0-关闭
  116. *
  117. * Generated from protobuf field <code>int32 bms_status = 18;</code>
  118. */
  119. protected $bms_status = 0;
  120. /**
  121. * 电池均衡是否开启 1-开启 0-关闭
  122. *
  123. * Generated from protobuf field <code>int32 equilibrium = 19;</code>
  124. */
  125. protected $equilibrium = 0;
  126. /**
  127. * 电池串数
  128. *
  129. * Generated from protobuf field <code>int32 battery_count = 20;</code>
  130. */
  131. protected $battery_count = 0;
  132. /**
  133. * 循环次数
  134. *
  135. * Generated from protobuf field <code>int32 cycle_count = 21;</code>
  136. */
  137. protected $cycle_count = 0;
  138. /**
  139. * 电池温度
  140. *
  141. * Generated from protobuf field <code>int32 battery_temp = 22;</code>
  142. */
  143. protected $battery_temp = 0;
  144. /**
  145. * 功率管温度
  146. *
  147. * Generated from protobuf field <code>int32 power_temp = 23;</code>
  148. */
  149. protected $power_temp = 0;
  150. /**
  151. * 电池箱内温度
  152. *
  153. * Generated from protobuf field <code>int32 box_temp = 24;</code>
  154. */
  155. protected $box_temp = 0;
  156. /**
  157. * 经度
  158. *
  159. * Generated from protobuf field <code>float longitude = 25;</code>
  160. */
  161. protected $longitude = 0.0;
  162. /**
  163. * 纬度
  164. *
  165. * Generated from protobuf field <code>float latitude = 26;</code>
  166. */
  167. protected $latitude = 0.0;
  168. /**
  169. * Constructor.
  170. *
  171. * @param array $data {
  172. * Optional. Data for populating the Message object.
  173. *
  174. * @type string $soc
  175. * soc
  176. * @type float $electric_current
  177. * 电流
  178. * @type float $voltage
  179. * 电压
  180. * @type int $charge_status
  181. * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
  182. * @type array<\Proto\Api\GetBatteryInfoRes\Alarm>|\Google\Protobuf\Internal\RepeatedField $alarm_list
  183. * @type int $charge_count
  184. * 累计充电次数
  185. * @type int $mileage
  186. * 累计行驶里程
  187. * @type int $emission
  188. * 累计碳排放
  189. * @type int $health_score
  190. * 健康评分
  191. * @type string $battery_sn
  192. * 电池编号
  193. * @type string $battery_type
  194. * 电池类型
  195. * @type string $battery_brand
  196. * 电池品牌
  197. * @type string $battery_status
  198. * 电池健康状态
  199. * @type string $battery_date
  200. * 电池生产日期 时间戳 秒
  201. * @type int $remaining_capacity
  202. * 剩余容量
  203. * @type int $connect_status
  204. * 连接状态 0:未连接 1:已连接
  205. * @type int $mos_status
  206. * 充电继电器/mos是否开启 1-开启 0-关闭
  207. * @type int $bms_status
  208. * 放点继电器/mos 1-开启 0-关闭
  209. * @type int $equilibrium
  210. * 电池均衡是否开启 1-开启 0-关闭
  211. * @type int $battery_count
  212. * 电池串数
  213. * @type int $cycle_count
  214. * 循环次数
  215. * @type int $battery_temp
  216. * 电池温度
  217. * @type int $power_temp
  218. * 功率管温度
  219. * @type int $box_temp
  220. * 电池箱内温度
  221. * @type float $longitude
  222. * 经度
  223. * @type float $latitude
  224. * 纬度
  225. * }
  226. */
  227. public function __construct($data = NULL) {
  228. \GPBMetadata\Api\LargeScreenData::initOnce();
  229. parent::__construct($data);
  230. }
  231. /**
  232. * soc
  233. *
  234. * Generated from protobuf field <code>string soc = 1;</code>
  235. * @return string
  236. */
  237. public function getSoc()
  238. {
  239. return $this->soc;
  240. }
  241. /**
  242. * soc
  243. *
  244. * Generated from protobuf field <code>string soc = 1;</code>
  245. * @param string $var
  246. * @return $this
  247. */
  248. public function setSoc($var)
  249. {
  250. GPBUtil::checkString($var, True);
  251. $this->soc = $var;
  252. return $this;
  253. }
  254. /**
  255. * 电流
  256. *
  257. * Generated from protobuf field <code>float electric_current = 2;</code>
  258. * @return float
  259. */
  260. public function getElectricCurrent()
  261. {
  262. return $this->electric_current;
  263. }
  264. /**
  265. * 电流
  266. *
  267. * Generated from protobuf field <code>float electric_current = 2;</code>
  268. * @param float $var
  269. * @return $this
  270. */
  271. public function setElectricCurrent($var)
  272. {
  273. GPBUtil::checkFloat($var);
  274. $this->electric_current = $var;
  275. return $this;
  276. }
  277. /**
  278. * 电压
  279. *
  280. * Generated from protobuf field <code>float voltage = 3;</code>
  281. * @return float
  282. */
  283. public function getVoltage()
  284. {
  285. return $this->voltage;
  286. }
  287. /**
  288. * 电压
  289. *
  290. * Generated from protobuf field <code>float voltage = 3;</code>
  291. * @param float $var
  292. * @return $this
  293. */
  294. public function setVoltage($var)
  295. {
  296. GPBUtil::checkFloat($var);
  297. $this->voltage = $var;
  298. return $this;
  299. }
  300. /**
  301. * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
  302. *
  303. * Generated from protobuf field <code>int32 charge_status = 4;</code>
  304. * @return int
  305. */
  306. public function getChargeStatus()
  307. {
  308. return $this->charge_status;
  309. }
  310. /**
  311. * 当前充电状态 充电状态 0:静止 1:充电+ 2:放电-
  312. *
  313. * Generated from protobuf field <code>int32 charge_status = 4;</code>
  314. * @param int $var
  315. * @return $this
  316. */
  317. public function setChargeStatus($var)
  318. {
  319. GPBUtil::checkInt32($var);
  320. $this->charge_status = $var;
  321. return $this;
  322. }
  323. /**
  324. * Generated from protobuf field <code>repeated .proto.api.GetBatteryInfoRes.Alarm alarm_list = 5;</code>
  325. * @return \Google\Protobuf\Internal\RepeatedField
  326. */
  327. public function getAlarmList()
  328. {
  329. return $this->alarm_list;
  330. }
  331. /**
  332. * Generated from protobuf field <code>repeated .proto.api.GetBatteryInfoRes.Alarm alarm_list = 5;</code>
  333. * @param array<\Proto\Api\GetBatteryInfoRes\Alarm>|\Google\Protobuf\Internal\RepeatedField $var
  334. * @return $this
  335. */
  336. public function setAlarmList($var)
  337. {
  338. $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetBatteryInfoRes\Alarm::class);
  339. $this->alarm_list = $arr;
  340. return $this;
  341. }
  342. /**
  343. * 累计充电次数
  344. *
  345. * Generated from protobuf field <code>int32 charge_count = 6;</code>
  346. * @return int
  347. */
  348. public function getChargeCount()
  349. {
  350. return $this->charge_count;
  351. }
  352. /**
  353. * 累计充电次数
  354. *
  355. * Generated from protobuf field <code>int32 charge_count = 6;</code>
  356. * @param int $var
  357. * @return $this
  358. */
  359. public function setChargeCount($var)
  360. {
  361. GPBUtil::checkInt32($var);
  362. $this->charge_count = $var;
  363. return $this;
  364. }
  365. /**
  366. * 累计行驶里程
  367. *
  368. * Generated from protobuf field <code>int32 mileage = 7;</code>
  369. * @return int
  370. */
  371. public function getMileage()
  372. {
  373. return $this->mileage;
  374. }
  375. /**
  376. * 累计行驶里程
  377. *
  378. * Generated from protobuf field <code>int32 mileage = 7;</code>
  379. * @param int $var
  380. * @return $this
  381. */
  382. public function setMileage($var)
  383. {
  384. GPBUtil::checkInt32($var);
  385. $this->mileage = $var;
  386. return $this;
  387. }
  388. /**
  389. * 累计碳排放
  390. *
  391. * Generated from protobuf field <code>int32 emission = 8;</code>
  392. * @return int
  393. */
  394. public function getEmission()
  395. {
  396. return $this->emission;
  397. }
  398. /**
  399. * 累计碳排放
  400. *
  401. * Generated from protobuf field <code>int32 emission = 8;</code>
  402. * @param int $var
  403. * @return $this
  404. */
  405. public function setEmission($var)
  406. {
  407. GPBUtil::checkInt32($var);
  408. $this->emission = $var;
  409. return $this;
  410. }
  411. /**
  412. * 健康评分
  413. *
  414. * Generated from protobuf field <code>int32 health_score = 9;</code>
  415. * @return int
  416. */
  417. public function getHealthScore()
  418. {
  419. return $this->health_score;
  420. }
  421. /**
  422. * 健康评分
  423. *
  424. * Generated from protobuf field <code>int32 health_score = 9;</code>
  425. * @param int $var
  426. * @return $this
  427. */
  428. public function setHealthScore($var)
  429. {
  430. GPBUtil::checkInt32($var);
  431. $this->health_score = $var;
  432. return $this;
  433. }
  434. /**
  435. * 电池编号
  436. *
  437. * Generated from protobuf field <code>string battery_sn = 10;</code>
  438. * @return string
  439. */
  440. public function getBatterySn()
  441. {
  442. return $this->battery_sn;
  443. }
  444. /**
  445. * 电池编号
  446. *
  447. * Generated from protobuf field <code>string battery_sn = 10;</code>
  448. * @param string $var
  449. * @return $this
  450. */
  451. public function setBatterySn($var)
  452. {
  453. GPBUtil::checkString($var, True);
  454. $this->battery_sn = $var;
  455. return $this;
  456. }
  457. /**
  458. * 电池类型
  459. *
  460. * Generated from protobuf field <code>string battery_type = 11;</code>
  461. * @return string
  462. */
  463. public function getBatteryType()
  464. {
  465. return $this->battery_type;
  466. }
  467. /**
  468. * 电池类型
  469. *
  470. * Generated from protobuf field <code>string battery_type = 11;</code>
  471. * @param string $var
  472. * @return $this
  473. */
  474. public function setBatteryType($var)
  475. {
  476. GPBUtil::checkString($var, True);
  477. $this->battery_type = $var;
  478. return $this;
  479. }
  480. /**
  481. * 电池品牌
  482. *
  483. * Generated from protobuf field <code>string battery_brand = 12;</code>
  484. * @return string
  485. */
  486. public function getBatteryBrand()
  487. {
  488. return $this->battery_brand;
  489. }
  490. /**
  491. * 电池品牌
  492. *
  493. * Generated from protobuf field <code>string battery_brand = 12;</code>
  494. * @param string $var
  495. * @return $this
  496. */
  497. public function setBatteryBrand($var)
  498. {
  499. GPBUtil::checkString($var, True);
  500. $this->battery_brand = $var;
  501. return $this;
  502. }
  503. /**
  504. * 电池健康状态
  505. *
  506. * Generated from protobuf field <code>string battery_status = 13;</code>
  507. * @return string
  508. */
  509. public function getBatteryStatus()
  510. {
  511. return $this->battery_status;
  512. }
  513. /**
  514. * 电池健康状态
  515. *
  516. * Generated from protobuf field <code>string battery_status = 13;</code>
  517. * @param string $var
  518. * @return $this
  519. */
  520. public function setBatteryStatus($var)
  521. {
  522. GPBUtil::checkString($var, True);
  523. $this->battery_status = $var;
  524. return $this;
  525. }
  526. /**
  527. * 电池生产日期 时间戳 秒
  528. *
  529. * Generated from protobuf field <code>string battery_date = 14;</code>
  530. * @return string
  531. */
  532. public function getBatteryDate()
  533. {
  534. return $this->battery_date;
  535. }
  536. /**
  537. * 电池生产日期 时间戳 秒
  538. *
  539. * Generated from protobuf field <code>string battery_date = 14;</code>
  540. * @param string $var
  541. * @return $this
  542. */
  543. public function setBatteryDate($var)
  544. {
  545. GPBUtil::checkString($var, True);
  546. $this->battery_date = $var;
  547. return $this;
  548. }
  549. /**
  550. * 剩余容量
  551. *
  552. * Generated from protobuf field <code>int32 remaining_capacity = 15;</code>
  553. * @return int
  554. */
  555. public function getRemainingCapacity()
  556. {
  557. return $this->remaining_capacity;
  558. }
  559. /**
  560. * 剩余容量
  561. *
  562. * Generated from protobuf field <code>int32 remaining_capacity = 15;</code>
  563. * @param int $var
  564. * @return $this
  565. */
  566. public function setRemainingCapacity($var)
  567. {
  568. GPBUtil::checkInt32($var);
  569. $this->remaining_capacity = $var;
  570. return $this;
  571. }
  572. /**
  573. * 连接状态 0:未连接 1:已连接
  574. *
  575. * Generated from protobuf field <code>int32 connect_status = 16;</code>
  576. * @return int
  577. */
  578. public function getConnectStatus()
  579. {
  580. return $this->connect_status;
  581. }
  582. /**
  583. * 连接状态 0:未连接 1:已连接
  584. *
  585. * Generated from protobuf field <code>int32 connect_status = 16;</code>
  586. * @param int $var
  587. * @return $this
  588. */
  589. public function setConnectStatus($var)
  590. {
  591. GPBUtil::checkInt32($var);
  592. $this->connect_status = $var;
  593. return $this;
  594. }
  595. /**
  596. * 充电继电器/mos是否开启 1-开启 0-关闭
  597. *
  598. * Generated from protobuf field <code>int32 mos_status = 17;</code>
  599. * @return int
  600. */
  601. public function getMosStatus()
  602. {
  603. return $this->mos_status;
  604. }
  605. /**
  606. * 充电继电器/mos是否开启 1-开启 0-关闭
  607. *
  608. * Generated from protobuf field <code>int32 mos_status = 17;</code>
  609. * @param int $var
  610. * @return $this
  611. */
  612. public function setMosStatus($var)
  613. {
  614. GPBUtil::checkInt32($var);
  615. $this->mos_status = $var;
  616. return $this;
  617. }
  618. /**
  619. * 放点继电器/mos 1-开启 0-关闭
  620. *
  621. * Generated from protobuf field <code>int32 bms_status = 18;</code>
  622. * @return int
  623. */
  624. public function getBmsStatus()
  625. {
  626. return $this->bms_status;
  627. }
  628. /**
  629. * 放点继电器/mos 1-开启 0-关闭
  630. *
  631. * Generated from protobuf field <code>int32 bms_status = 18;</code>
  632. * @param int $var
  633. * @return $this
  634. */
  635. public function setBmsStatus($var)
  636. {
  637. GPBUtil::checkInt32($var);
  638. $this->bms_status = $var;
  639. return $this;
  640. }
  641. /**
  642. * 电池均衡是否开启 1-开启 0-关闭
  643. *
  644. * Generated from protobuf field <code>int32 equilibrium = 19;</code>
  645. * @return int
  646. */
  647. public function getEquilibrium()
  648. {
  649. return $this->equilibrium;
  650. }
  651. /**
  652. * 电池均衡是否开启 1-开启 0-关闭
  653. *
  654. * Generated from protobuf field <code>int32 equilibrium = 19;</code>
  655. * @param int $var
  656. * @return $this
  657. */
  658. public function setEquilibrium($var)
  659. {
  660. GPBUtil::checkInt32($var);
  661. $this->equilibrium = $var;
  662. return $this;
  663. }
  664. /**
  665. * 电池串数
  666. *
  667. * Generated from protobuf field <code>int32 battery_count = 20;</code>
  668. * @return int
  669. */
  670. public function getBatteryCount()
  671. {
  672. return $this->battery_count;
  673. }
  674. /**
  675. * 电池串数
  676. *
  677. * Generated from protobuf field <code>int32 battery_count = 20;</code>
  678. * @param int $var
  679. * @return $this
  680. */
  681. public function setBatteryCount($var)
  682. {
  683. GPBUtil::checkInt32($var);
  684. $this->battery_count = $var;
  685. return $this;
  686. }
  687. /**
  688. * 循环次数
  689. *
  690. * Generated from protobuf field <code>int32 cycle_count = 21;</code>
  691. * @return int
  692. */
  693. public function getCycleCount()
  694. {
  695. return $this->cycle_count;
  696. }
  697. /**
  698. * 循环次数
  699. *
  700. * Generated from protobuf field <code>int32 cycle_count = 21;</code>
  701. * @param int $var
  702. * @return $this
  703. */
  704. public function setCycleCount($var)
  705. {
  706. GPBUtil::checkInt32($var);
  707. $this->cycle_count = $var;
  708. return $this;
  709. }
  710. /**
  711. * 电池温度
  712. *
  713. * Generated from protobuf field <code>int32 battery_temp = 22;</code>
  714. * @return int
  715. */
  716. public function getBatteryTemp()
  717. {
  718. return $this->battery_temp;
  719. }
  720. /**
  721. * 电池温度
  722. *
  723. * Generated from protobuf field <code>int32 battery_temp = 22;</code>
  724. * @param int $var
  725. * @return $this
  726. */
  727. public function setBatteryTemp($var)
  728. {
  729. GPBUtil::checkInt32($var);
  730. $this->battery_temp = $var;
  731. return $this;
  732. }
  733. /**
  734. * 功率管温度
  735. *
  736. * Generated from protobuf field <code>int32 power_temp = 23;</code>
  737. * @return int
  738. */
  739. public function getPowerTemp()
  740. {
  741. return $this->power_temp;
  742. }
  743. /**
  744. * 功率管温度
  745. *
  746. * Generated from protobuf field <code>int32 power_temp = 23;</code>
  747. * @param int $var
  748. * @return $this
  749. */
  750. public function setPowerTemp($var)
  751. {
  752. GPBUtil::checkInt32($var);
  753. $this->power_temp = $var;
  754. return $this;
  755. }
  756. /**
  757. * 电池箱内温度
  758. *
  759. * Generated from protobuf field <code>int32 box_temp = 24;</code>
  760. * @return int
  761. */
  762. public function getBoxTemp()
  763. {
  764. return $this->box_temp;
  765. }
  766. /**
  767. * 电池箱内温度
  768. *
  769. * Generated from protobuf field <code>int32 box_temp = 24;</code>
  770. * @param int $var
  771. * @return $this
  772. */
  773. public function setBoxTemp($var)
  774. {
  775. GPBUtil::checkInt32($var);
  776. $this->box_temp = $var;
  777. return $this;
  778. }
  779. /**
  780. * 经度
  781. *
  782. * Generated from protobuf field <code>float longitude = 25;</code>
  783. * @return float
  784. */
  785. public function getLongitude()
  786. {
  787. return $this->longitude;
  788. }
  789. /**
  790. * 经度
  791. *
  792. * Generated from protobuf field <code>float longitude = 25;</code>
  793. * @param float $var
  794. * @return $this
  795. */
  796. public function setLongitude($var)
  797. {
  798. GPBUtil::checkFloat($var);
  799. $this->longitude = $var;
  800. return $this;
  801. }
  802. /**
  803. * 纬度
  804. *
  805. * Generated from protobuf field <code>float latitude = 26;</code>
  806. * @return float
  807. */
  808. public function getLatitude()
  809. {
  810. return $this->latitude;
  811. }
  812. /**
  813. * 纬度
  814. *
  815. * Generated from protobuf field <code>float latitude = 26;</code>
  816. * @param float $var
  817. * @return $this
  818. */
  819. public function setLatitude($var)
  820. {
  821. GPBUtil::checkFloat($var);
  822. $this->latitude = $var;
  823. return $this;
  824. }
  825. }