123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # NO CHECKED-IN PROTOBUF GENCODE
- # source: api/CityPackage.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.AreaListReq</code>
- */
- class AreaListReq extends \Google\Protobuf\Internal\Message
- {
- /**
- * 分页参数
- *
- * Generated from protobuf field <code>.proto.api.PageArg page_arg = 1;</code>
- */
- protected $page_arg = null;
- /**
- * 筛选参数
- *
- * Generated from protobuf field <code>.proto.api.PackageAreaEnt package_area_arg = 2;</code>
- */
- protected $package_area_arg = null;
- /**
- * 子门店查询 默认false
- *
- * Generated from protobuf field <code>bool is_child_query = 3;</code>
- */
- protected $is_child_query = false;
- /**
- * 最小层级 1省级 2市级 3县级
- *
- * Generated from protobuf field <code>int32 min_level = 4;</code>
- */
- protected $min_level = 0;
- /**
- * 查询的层级
- *
- * Generated from protobuf field <code>int32 level = 5;</code>
- */
- protected $level = 0;
- /**
- * 门店
- *
- * Generated from protobuf field <code>int32 admin_id = 6;</code>
- */
- protected $admin_id = 0;
- /**
- * Constructor.
- *
- * @param array $data {
- * Optional. Data for populating the Message object.
- *
- * @type \Proto\Api\PageArg $page_arg
- * 分页参数
- * @type \Proto\Api\PackageAreaEnt $package_area_arg
- * 筛选参数
- * @type bool $is_child_query
- * 子门店查询 默认false
- * @type int $min_level
- * 最小层级 1省级 2市级 3县级
- * @type int $level
- * 查询的层级
- * @type int $admin_id
- * 门店
- * }
- */
- public function __construct($data = NULL) {
- \GPBMetadata\Api\CityPackage::initOnce();
- parent::__construct($data);
- }
- /**
- * 分页参数
- *
- * Generated from protobuf field <code>.proto.api.PageArg page_arg = 1;</code>
- * @return \Proto\Api\PageArg|null
- */
- public function getPageArg()
- {
- return $this->page_arg;
- }
- public function hasPageArg()
- {
- return isset($this->page_arg);
- }
- public function clearPageArg()
- {
- unset($this->page_arg);
- }
- /**
- * 分页参数
- *
- * Generated from protobuf field <code>.proto.api.PageArg page_arg = 1;</code>
- * @param \Proto\Api\PageArg $var
- * @return $this
- */
- public function setPageArg($var)
- {
- GPBUtil::checkMessage($var, \Proto\Api\PageArg::class);
- $this->page_arg = $var;
- return $this;
- }
- /**
- * 筛选参数
- *
- * Generated from protobuf field <code>.proto.api.PackageAreaEnt package_area_arg = 2;</code>
- * @return \Proto\Api\PackageAreaEnt|null
- */
- public function getPackageAreaArg()
- {
- return $this->package_area_arg;
- }
- public function hasPackageAreaArg()
- {
- return isset($this->package_area_arg);
- }
- public function clearPackageAreaArg()
- {
- unset($this->package_area_arg);
- }
- /**
- * 筛选参数
- *
- * Generated from protobuf field <code>.proto.api.PackageAreaEnt package_area_arg = 2;</code>
- * @param \Proto\Api\PackageAreaEnt $var
- * @return $this
- */
- public function setPackageAreaArg($var)
- {
- GPBUtil::checkMessage($var, \Proto\Api\PackageAreaEnt::class);
- $this->package_area_arg = $var;
- return $this;
- }
- /**
- * 子门店查询 默认false
- *
- * Generated from protobuf field <code>bool is_child_query = 3;</code>
- * @return bool
- */
- public function getIsChildQuery()
- {
- return $this->is_child_query;
- }
- /**
- * 子门店查询 默认false
- *
- * Generated from protobuf field <code>bool is_child_query = 3;</code>
- * @param bool $var
- * @return $this
- */
- public function setIsChildQuery($var)
- {
- GPBUtil::checkBool($var);
- $this->is_child_query = $var;
- return $this;
- }
- /**
- * 最小层级 1省级 2市级 3县级
- *
- * Generated from protobuf field <code>int32 min_level = 4;</code>
- * @return int
- */
- public function getMinLevel()
- {
- return $this->min_level;
- }
- /**
- * 最小层级 1省级 2市级 3县级
- *
- * Generated from protobuf field <code>int32 min_level = 4;</code>
- * @param int $var
- * @return $this
- */
- public function setMinLevel($var)
- {
- GPBUtil::checkInt32($var);
- $this->min_level = $var;
- return $this;
- }
- /**
- * 查询的层级
- *
- * Generated from protobuf field <code>int32 level = 5;</code>
- * @return int
- */
- public function getLevel()
- {
- return $this->level;
- }
- /**
- * 查询的层级
- *
- * Generated from protobuf field <code>int32 level = 5;</code>
- * @param int $var
- * @return $this
- */
- public function setLevel($var)
- {
- GPBUtil::checkInt32($var);
- $this->level = $var;
- return $this;
- }
- /**
- * 门店
- *
- * Generated from protobuf field <code>int32 admin_id = 6;</code>
- * @return int
- */
- public function getAdminId()
- {
- return $this->admin_id;
- }
- /**
- * 门店
- *
- * Generated from protobuf field <code>int32 admin_id = 6;</code>
- * @param int $var
- * @return $this
- */
- public function setAdminId($var)
- {
- GPBUtil::checkInt32($var);
- $this->admin_id = $var;
- return $this;
- }
- }
|