|
@@ -16,36 +16,36 @@ use Google\Protobuf\Internal\GPBUtil;
|
|
|
*/
|
|
|
class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
{
|
|
|
- /**
|
|
|
- * 标签编号 单电,单车套餐类型时的对象标签,车电一体式为电池标签
|
|
|
- *
|
|
|
- * Generated from protobuf field <code>string tag_code = 1;</code>
|
|
|
- */
|
|
|
- protected $tag_code = '';
|
|
|
- /**
|
|
|
- * 车电一体时的车辆标签
|
|
|
- *
|
|
|
- * Generated from protobuf field <code>string relation_tag_code = 2;</code>
|
|
|
- */
|
|
|
- protected $relation_tag_code = '';
|
|
|
/**
|
|
|
* 套餐信息
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.proto.api.EntPackage package_info = 3;</code>
|
|
|
+ * Generated from protobuf field <code>.proto.api.EntPackage package_info = 1;</code>
|
|
|
*/
|
|
|
protected $package_info = null;
|
|
|
/**
|
|
|
* 套餐分类 1租电套餐 2车电一体 3租车套餐
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.proto.api.DEVICE_USE_TYPE package_category = 4;</code>
|
|
|
+ * Generated from protobuf field <code>.proto.api.DEVICE_USE_TYPE package_category = 2;</code>
|
|
|
*/
|
|
|
protected $package_category = 0;
|
|
|
/**
|
|
|
* 支持的区县ID列表
|
|
|
*
|
|
|
- * Generated from protobuf field <code>repeated .proto.api.AreaEnt area_list = 5;</code>
|
|
|
+ * Generated from protobuf field <code>repeated .proto.api.AreaEnt area_list = 3;</code>
|
|
|
*/
|
|
|
private $area_list;
|
|
|
+ /**
|
|
|
+ * 电池标签信息
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.proto.api.EntTag battery_tag_info = 4;</code>
|
|
|
+ */
|
|
|
+ protected $battery_tag_info = null;
|
|
|
+ /**
|
|
|
+ * 车型信息
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.proto.api.CarModelEnt car_model_info = 5;</code>
|
|
|
+ */
|
|
|
+ protected $car_model_info = null;
|
|
|
|
|
|
/**
|
|
|
* Constructor.
|
|
@@ -53,16 +53,16 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
* @param array $data {
|
|
|
* Optional. Data for populating the Message object.
|
|
|
*
|
|
|
- * @type string $tag_code
|
|
|
- * 标签编号 单电,单车套餐类型时的对象标签,车电一体式为电池标签
|
|
|
- * @type string $relation_tag_code
|
|
|
- * 车电一体时的车辆标签
|
|
|
* @type \Proto\Api\EntPackage $package_info
|
|
|
* 套餐信息
|
|
|
* @type int $package_category
|
|
|
* 套餐分类 1租电套餐 2车电一体 3租车套餐
|
|
|
* @type array<\Proto\Api\AreaEnt>|\Google\Protobuf\Internal\RepeatedField $area_list
|
|
|
* 支持的区县ID列表
|
|
|
+ * @type \Proto\Api\EntTag $battery_tag_info
|
|
|
+ * 电池标签信息
|
|
|
+ * @type \Proto\Api\CarModelEnt $car_model_info
|
|
|
+ * 车型信息
|
|
|
* }
|
|
|
*/
|
|
|
public function __construct($data = NULL) {
|
|
@@ -70,62 +70,10 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
parent::__construct($data);
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 标签编号 单电,单车套餐类型时的对象标签,车电一体式为电池标签
|
|
|
- *
|
|
|
- * Generated from protobuf field <code>string tag_code = 1;</code>
|
|
|
- * @return string
|
|
|
- */
|
|
|
- public function getTagCode()
|
|
|
- {
|
|
|
- return $this->tag_code;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 标签编号 单电,单车套餐类型时的对象标签,车电一体式为电池标签
|
|
|
- *
|
|
|
- * Generated from protobuf field <code>string tag_code = 1;</code>
|
|
|
- * @param string $var
|
|
|
- * @return $this
|
|
|
- */
|
|
|
- public function setTagCode($var)
|
|
|
- {
|
|
|
- GPBUtil::checkString($var, True);
|
|
|
- $this->tag_code = $var;
|
|
|
-
|
|
|
- return $this;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 车电一体时的车辆标签
|
|
|
- *
|
|
|
- * Generated from protobuf field <code>string relation_tag_code = 2;</code>
|
|
|
- * @return string
|
|
|
- */
|
|
|
- public function getRelationTagCode()
|
|
|
- {
|
|
|
- return $this->relation_tag_code;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * 车电一体时的车辆标签
|
|
|
- *
|
|
|
- * Generated from protobuf field <code>string relation_tag_code = 2;</code>
|
|
|
- * @param string $var
|
|
|
- * @return $this
|
|
|
- */
|
|
|
- public function setRelationTagCode($var)
|
|
|
- {
|
|
|
- GPBUtil::checkString($var, True);
|
|
|
- $this->relation_tag_code = $var;
|
|
|
-
|
|
|
- return $this;
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* 套餐信息
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.proto.api.EntPackage package_info = 3;</code>
|
|
|
+ * Generated from protobuf field <code>.proto.api.EntPackage package_info = 1;</code>
|
|
|
* @return \Proto\Api\EntPackage|null
|
|
|
*/
|
|
|
public function getPackageInfo()
|
|
@@ -146,7 +94,7 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 套餐信息
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.proto.api.EntPackage package_info = 3;</code>
|
|
|
+ * Generated from protobuf field <code>.proto.api.EntPackage package_info = 1;</code>
|
|
|
* @param \Proto\Api\EntPackage $var
|
|
|
* @return $this
|
|
|
*/
|
|
@@ -161,7 +109,7 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 套餐分类 1租电套餐 2车电一体 3租车套餐
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.proto.api.DEVICE_USE_TYPE package_category = 4;</code>
|
|
|
+ * Generated from protobuf field <code>.proto.api.DEVICE_USE_TYPE package_category = 2;</code>
|
|
|
* @return int
|
|
|
*/
|
|
|
public function getPackageCategory()
|
|
@@ -172,7 +120,7 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 套餐分类 1租电套餐 2车电一体 3租车套餐
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.proto.api.DEVICE_USE_TYPE package_category = 4;</code>
|
|
|
+ * Generated from protobuf field <code>.proto.api.DEVICE_USE_TYPE package_category = 2;</code>
|
|
|
* @param int $var
|
|
|
* @return $this
|
|
|
*/
|
|
@@ -187,7 +135,7 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 支持的区县ID列表
|
|
|
*
|
|
|
- * Generated from protobuf field <code>repeated .proto.api.AreaEnt area_list = 5;</code>
|
|
|
+ * Generated from protobuf field <code>repeated .proto.api.AreaEnt area_list = 3;</code>
|
|
|
* @return \Google\Protobuf\Internal\RepeatedField
|
|
|
*/
|
|
|
public function getAreaList()
|
|
@@ -198,7 +146,7 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 支持的区县ID列表
|
|
|
*
|
|
|
- * Generated from protobuf field <code>repeated .proto.api.AreaEnt area_list = 5;</code>
|
|
|
+ * Generated from protobuf field <code>repeated .proto.api.AreaEnt area_list = 3;</code>
|
|
|
* @param array<\Proto\Api\AreaEnt>|\Google\Protobuf\Internal\RepeatedField $var
|
|
|
* @return $this
|
|
|
*/
|
|
@@ -210,5 +158,77 @@ class CityPackageEnt extends \Google\Protobuf\Internal\Message
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 电池标签信息
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.proto.api.EntTag battery_tag_info = 4;</code>
|
|
|
+ * @return \Proto\Api\EntTag|null
|
|
|
+ */
|
|
|
+ public function getBatteryTagInfo()
|
|
|
+ {
|
|
|
+ return $this->battery_tag_info;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasBatteryTagInfo()
|
|
|
+ {
|
|
|
+ return isset($this->battery_tag_info);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearBatteryTagInfo()
|
|
|
+ {
|
|
|
+ unset($this->battery_tag_info);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 电池标签信息
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.proto.api.EntTag battery_tag_info = 4;</code>
|
|
|
+ * @param \Proto\Api\EntTag $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setBatteryTagInfo($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Proto\Api\EntTag::class);
|
|
|
+ $this->battery_tag_info = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 车型信息
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.proto.api.CarModelEnt car_model_info = 5;</code>
|
|
|
+ * @return \Proto\Api\CarModelEnt|null
|
|
|
+ */
|
|
|
+ public function getCarModelInfo()
|
|
|
+ {
|
|
|
+ return $this->car_model_info;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasCarModelInfo()
|
|
|
+ {
|
|
|
+ return isset($this->car_model_info);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearCarModelInfo()
|
|
|
+ {
|
|
|
+ unset($this->car_model_info);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 车型信息
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.proto.api.CarModelEnt car_model_info = 5;</code>
|
|
|
+ * @param \Proto\Api\CarModelEnt $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setCarModelInfo($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Proto\Api\CarModelEnt::class);
|
|
|
+ $this->car_model_info = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|