|
@@ -16,14 +16,51 @@ class AreaLevelEnt extends \Google\Protobuf\Internal\Message
|
|
{
|
|
{
|
|
/**
|
|
/**
|
|
* 区域信息
|
|
* 区域信息
|
|
|
|
+ * 省编号
|
|
*
|
|
*
|
|
- * Generated from protobuf field <code>.proto.api.AreaEnt area_info = 1;</code>
|
|
|
|
|
|
+ * Generated from protobuf field <code>string province_code = 1;</code>
|
|
*/
|
|
*/
|
|
- protected $area_info = null;
|
|
|
|
|
|
+ protected $province_code = '';
|
|
|
|
+ /**
|
|
|
|
+ * 省名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string province_name = 2;</code>
|
|
|
|
+ */
|
|
|
|
+ protected $province_name = '';
|
|
|
|
+ /**
|
|
|
|
+ * 市编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string city_code = 3;</code>
|
|
|
|
+ */
|
|
|
|
+ protected $city_code = '';
|
|
|
|
+ /**
|
|
|
|
+ * 市名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string city_name = 4;</code>
|
|
|
|
+ */
|
|
|
|
+ protected $city_name = '';
|
|
|
|
+ /**
|
|
|
|
+ * 区编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_code = 5;</code>
|
|
|
|
+ */
|
|
|
|
+ protected $area_code = '';
|
|
|
|
+ /**
|
|
|
|
+ * 区名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_name = 6;</code>
|
|
|
|
+ */
|
|
|
|
+ protected $area_name = '';
|
|
|
|
+ /**
|
|
|
|
+ * 地区code
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_id = 7;</code>
|
|
|
|
+ */
|
|
|
|
+ protected $area_id = '';
|
|
/**
|
|
/**
|
|
* 子级区域
|
|
* 子级区域
|
|
*
|
|
*
|
|
- * Generated from protobuf field <code>repeated .proto.api.AreaLevelEnt children = 2;</code>
|
|
|
|
|
|
+ * Generated from protobuf field <code>repeated .proto.api.AreaLevelEnt children = 8;</code>
|
|
*/
|
|
*/
|
|
private $children;
|
|
private $children;
|
|
|
|
|
|
@@ -33,8 +70,21 @@ class AreaLevelEnt extends \Google\Protobuf\Internal\Message
|
|
* @param array $data {
|
|
* @param array $data {
|
|
* Optional. Data for populating the Message object.
|
|
* Optional. Data for populating the Message object.
|
|
*
|
|
*
|
|
- * @type \Proto\Api\AreaEnt $area_info
|
|
|
|
|
|
+ * @type string $province_code
|
|
* 区域信息
|
|
* 区域信息
|
|
|
|
+ * 省编号
|
|
|
|
+ * @type string $province_name
|
|
|
|
+ * 省名称
|
|
|
|
+ * @type string $city_code
|
|
|
|
+ * 市编号
|
|
|
|
+ * @type string $city_name
|
|
|
|
+ * 市名称
|
|
|
|
+ * @type string $area_code
|
|
|
|
+ * 区编号
|
|
|
|
+ * @type string $area_name
|
|
|
|
+ * 区名称
|
|
|
|
+ * @type string $area_id
|
|
|
|
+ * 地区code
|
|
* @type array<\Proto\Api\AreaLevelEnt>|\Google\Protobuf\Internal\RepeatedField $children
|
|
* @type array<\Proto\Api\AreaLevelEnt>|\Google\Protobuf\Internal\RepeatedField $children
|
|
* 子级区域
|
|
* 子级区域
|
|
* }
|
|
* }
|
|
@@ -46,36 +96,184 @@ class AreaLevelEnt extends \Google\Protobuf\Internal\Message
|
|
|
|
|
|
/**
|
|
/**
|
|
* 区域信息
|
|
* 区域信息
|
|
|
|
+ * 省编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string province_code = 1;</code>
|
|
|
|
+ * @return string
|
|
|
|
+ */
|
|
|
|
+ public function getProvinceCode()
|
|
|
|
+ {
|
|
|
|
+ return $this->province_code;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 区域信息
|
|
|
|
+ * 省编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string province_code = 1;</code>
|
|
|
|
+ * @param string $var
|
|
|
|
+ * @return $this
|
|
|
|
+ */
|
|
|
|
+ public function setProvinceCode($var)
|
|
|
|
+ {
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->province_code = $var;
|
|
|
|
+
|
|
|
|
+ return $this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 省名称
|
|
*
|
|
*
|
|
- * Generated from protobuf field <code>.proto.api.AreaEnt area_info = 1;</code>
|
|
|
|
- * @return \Proto\Api\AreaEnt|null
|
|
|
|
|
|
+ * Generated from protobuf field <code>string province_name = 2;</code>
|
|
|
|
+ * @return string
|
|
*/
|
|
*/
|
|
- public function getAreaInfo()
|
|
|
|
|
|
+ public function getProvinceName()
|
|
{
|
|
{
|
|
- return $this->area_info;
|
|
|
|
|
|
+ return $this->province_name;
|
|
}
|
|
}
|
|
|
|
|
|
- public function hasAreaInfo()
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 省名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string province_name = 2;</code>
|
|
|
|
+ * @param string $var
|
|
|
|
+ * @return $this
|
|
|
|
+ */
|
|
|
|
+ public function setProvinceName($var)
|
|
{
|
|
{
|
|
- return isset($this->area_info);
|
|
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->province_name = $var;
|
|
|
|
+
|
|
|
|
+ return $this;
|
|
}
|
|
}
|
|
|
|
|
|
- public function clearAreaInfo()
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 市编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string city_code = 3;</code>
|
|
|
|
+ * @return string
|
|
|
|
+ */
|
|
|
|
+ public function getCityCode()
|
|
{
|
|
{
|
|
- unset($this->area_info);
|
|
|
|
|
|
+ return $this->city_code;
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 区域信息
|
|
|
|
|
|
+ * 市编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string city_code = 3;</code>
|
|
|
|
+ * @param string $var
|
|
|
|
+ * @return $this
|
|
|
|
+ */
|
|
|
|
+ public function setCityCode($var)
|
|
|
|
+ {
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->city_code = $var;
|
|
|
|
+
|
|
|
|
+ return $this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 市名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string city_name = 4;</code>
|
|
|
|
+ * @return string
|
|
|
|
+ */
|
|
|
|
+ public function getCityName()
|
|
|
|
+ {
|
|
|
|
+ return $this->city_name;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 市名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string city_name = 4;</code>
|
|
|
|
+ * @param string $var
|
|
|
|
+ * @return $this
|
|
|
|
+ */
|
|
|
|
+ public function setCityName($var)
|
|
|
|
+ {
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->city_name = $var;
|
|
|
|
+
|
|
|
|
+ return $this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 区编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_code = 5;</code>
|
|
|
|
+ * @return string
|
|
|
|
+ */
|
|
|
|
+ public function getAreaCode()
|
|
|
|
+ {
|
|
|
|
+ return $this->area_code;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 区编号
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_code = 5;</code>
|
|
|
|
+ * @param string $var
|
|
|
|
+ * @return $this
|
|
|
|
+ */
|
|
|
|
+ public function setAreaCode($var)
|
|
|
|
+ {
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->area_code = $var;
|
|
|
|
+
|
|
|
|
+ return $this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 区名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_name = 6;</code>
|
|
|
|
+ * @return string
|
|
|
|
+ */
|
|
|
|
+ public function getAreaName()
|
|
|
|
+ {
|
|
|
|
+ return $this->area_name;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 区名称
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_name = 6;</code>
|
|
|
|
+ * @param string $var
|
|
|
|
+ * @return $this
|
|
|
|
+ */
|
|
|
|
+ public function setAreaName($var)
|
|
|
|
+ {
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->area_name = $var;
|
|
|
|
+
|
|
|
|
+ return $this;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 地区code
|
|
|
|
+ *
|
|
|
|
+ * Generated from protobuf field <code>string area_id = 7;</code>
|
|
|
|
+ * @return string
|
|
|
|
+ */
|
|
|
|
+ public function getAreaId()
|
|
|
|
+ {
|
|
|
|
+ return $this->area_id;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 地区code
|
|
*
|
|
*
|
|
- * Generated from protobuf field <code>.proto.api.AreaEnt area_info = 1;</code>
|
|
|
|
- * @param \Proto\Api\AreaEnt $var
|
|
|
|
|
|
+ * Generated from protobuf field <code>string area_id = 7;</code>
|
|
|
|
+ * @param string $var
|
|
* @return $this
|
|
* @return $this
|
|
*/
|
|
*/
|
|
- public function setAreaInfo($var)
|
|
|
|
|
|
+ public function setAreaId($var)
|
|
{
|
|
{
|
|
- GPBUtil::checkMessage($var, \Proto\Api\AreaEnt::class);
|
|
|
|
- $this->area_info = $var;
|
|
|
|
|
|
+ GPBUtil::checkString($var, True);
|
|
|
|
+ $this->area_id = $var;
|
|
|
|
|
|
return $this;
|
|
return $this;
|
|
}
|
|
}
|
|
@@ -83,7 +281,7 @@ class AreaLevelEnt extends \Google\Protobuf\Internal\Message
|
|
/**
|
|
/**
|
|
* 子级区域
|
|
* 子级区域
|
|
*
|
|
*
|
|
- * Generated from protobuf field <code>repeated .proto.api.AreaLevelEnt children = 2;</code>
|
|
|
|
|
|
+ * Generated from protobuf field <code>repeated .proto.api.AreaLevelEnt children = 8;</code>
|
|
* @return \Google\Protobuf\Internal\RepeatedField
|
|
* @return \Google\Protobuf\Internal\RepeatedField
|
|
*/
|
|
*/
|
|
public function getChildren()
|
|
public function getChildren()
|
|
@@ -94,7 +292,7 @@ class AreaLevelEnt extends \Google\Protobuf\Internal\Message
|
|
/**
|
|
/**
|
|
* 子级区域
|
|
* 子级区域
|
|
*
|
|
*
|
|
- * Generated from protobuf field <code>repeated .proto.api.AreaLevelEnt children = 2;</code>
|
|
|
|
|
|
+ * Generated from protobuf field <code>repeated .proto.api.AreaLevelEnt children = 8;</code>
|
|
* @param array<\Proto\Api\AreaLevelEnt>|\Google\Protobuf\Internal\RepeatedField $var
|
|
* @param array<\Proto\Api\AreaLevelEnt>|\Google\Protobuf\Internal\RepeatedField $var
|
|
* @return $this
|
|
* @return $this
|
|
*/
|
|
*/
|