AreaListReq.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # NO CHECKED-IN PROTOBUF GENCODE
  4. # source: api/CityPackage.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.AreaListReq</code>
  11. */
  12. class AreaListReq extends \Google\Protobuf\Internal\Message
  13. {
  14. /**
  15. * 分页参数
  16. *
  17. * Generated from protobuf field <code>.proto.api.PageArg page_arg = 1;</code>
  18. */
  19. protected $page_arg = null;
  20. /**
  21. * 筛选参数
  22. *
  23. * Generated from protobuf field <code>.proto.api.PackageAreaEnt package_area_arg = 2;</code>
  24. */
  25. protected $package_area_arg = null;
  26. /**
  27. * 子门店查询 默认false
  28. *
  29. * Generated from protobuf field <code>bool is_child_query = 3;</code>
  30. */
  31. protected $is_child_query = false;
  32. /**
  33. * 最小层级 1省级 2市级 3县级
  34. *
  35. * Generated from protobuf field <code>int32 min_level = 4;</code>
  36. */
  37. protected $min_level = 0;
  38. /**
  39. * 查询的层级
  40. *
  41. * Generated from protobuf field <code>int32 level = 5;</code>
  42. */
  43. protected $level = 0;
  44. /**
  45. * 门店
  46. *
  47. * Generated from protobuf field <code>int32 admin_id = 6;</code>
  48. */
  49. protected $admin_id = 0;
  50. /**
  51. * Constructor.
  52. *
  53. * @param array $data {
  54. * Optional. Data for populating the Message object.
  55. *
  56. * @type \Proto\Api\PageArg $page_arg
  57. * 分页参数
  58. * @type \Proto\Api\PackageAreaEnt $package_area_arg
  59. * 筛选参数
  60. * @type bool $is_child_query
  61. * 子门店查询 默认false
  62. * @type int $min_level
  63. * 最小层级 1省级 2市级 3县级
  64. * @type int $level
  65. * 查询的层级
  66. * @type int $admin_id
  67. * 门店
  68. * }
  69. */
  70. public function __construct($data = NULL) {
  71. \GPBMetadata\Api\CityPackage::initOnce();
  72. parent::__construct($data);
  73. }
  74. /**
  75. * 分页参数
  76. *
  77. * Generated from protobuf field <code>.proto.api.PageArg page_arg = 1;</code>
  78. * @return \Proto\Api\PageArg|null
  79. */
  80. public function getPageArg()
  81. {
  82. return $this->page_arg;
  83. }
  84. public function hasPageArg()
  85. {
  86. return isset($this->page_arg);
  87. }
  88. public function clearPageArg()
  89. {
  90. unset($this->page_arg);
  91. }
  92. /**
  93. * 分页参数
  94. *
  95. * Generated from protobuf field <code>.proto.api.PageArg page_arg = 1;</code>
  96. * @param \Proto\Api\PageArg $var
  97. * @return $this
  98. */
  99. public function setPageArg($var)
  100. {
  101. GPBUtil::checkMessage($var, \Proto\Api\PageArg::class);
  102. $this->page_arg = $var;
  103. return $this;
  104. }
  105. /**
  106. * 筛选参数
  107. *
  108. * Generated from protobuf field <code>.proto.api.PackageAreaEnt package_area_arg = 2;</code>
  109. * @return \Proto\Api\PackageAreaEnt|null
  110. */
  111. public function getPackageAreaArg()
  112. {
  113. return $this->package_area_arg;
  114. }
  115. public function hasPackageAreaArg()
  116. {
  117. return isset($this->package_area_arg);
  118. }
  119. public function clearPackageAreaArg()
  120. {
  121. unset($this->package_area_arg);
  122. }
  123. /**
  124. * 筛选参数
  125. *
  126. * Generated from protobuf field <code>.proto.api.PackageAreaEnt package_area_arg = 2;</code>
  127. * @param \Proto\Api\PackageAreaEnt $var
  128. * @return $this
  129. */
  130. public function setPackageAreaArg($var)
  131. {
  132. GPBUtil::checkMessage($var, \Proto\Api\PackageAreaEnt::class);
  133. $this->package_area_arg = $var;
  134. return $this;
  135. }
  136. /**
  137. * 子门店查询 默认false
  138. *
  139. * Generated from protobuf field <code>bool is_child_query = 3;</code>
  140. * @return bool
  141. */
  142. public function getIsChildQuery()
  143. {
  144. return $this->is_child_query;
  145. }
  146. /**
  147. * 子门店查询 默认false
  148. *
  149. * Generated from protobuf field <code>bool is_child_query = 3;</code>
  150. * @param bool $var
  151. * @return $this
  152. */
  153. public function setIsChildQuery($var)
  154. {
  155. GPBUtil::checkBool($var);
  156. $this->is_child_query = $var;
  157. return $this;
  158. }
  159. /**
  160. * 最小层级 1省级 2市级 3县级
  161. *
  162. * Generated from protobuf field <code>int32 min_level = 4;</code>
  163. * @return int
  164. */
  165. public function getMinLevel()
  166. {
  167. return $this->min_level;
  168. }
  169. /**
  170. * 最小层级 1省级 2市级 3县级
  171. *
  172. * Generated from protobuf field <code>int32 min_level = 4;</code>
  173. * @param int $var
  174. * @return $this
  175. */
  176. public function setMinLevel($var)
  177. {
  178. GPBUtil::checkInt32($var);
  179. $this->min_level = $var;
  180. return $this;
  181. }
  182. /**
  183. * 查询的层级
  184. *
  185. * Generated from protobuf field <code>int32 level = 5;</code>
  186. * @return int
  187. */
  188. public function getLevel()
  189. {
  190. return $this->level;
  191. }
  192. /**
  193. * 查询的层级
  194. *
  195. * Generated from protobuf field <code>int32 level = 5;</code>
  196. * @param int $var
  197. * @return $this
  198. */
  199. public function setLevel($var)
  200. {
  201. GPBUtil::checkInt32($var);
  202. $this->level = $var;
  203. return $this;
  204. }
  205. /**
  206. * 门店
  207. *
  208. * Generated from protobuf field <code>int32 admin_id = 6;</code>
  209. * @return int
  210. */
  211. public function getAdminId()
  212. {
  213. return $this->admin_id;
  214. }
  215. /**
  216. * 门店
  217. *
  218. * Generated from protobuf field <code>int32 admin_id = 6;</code>
  219. * @param int $var
  220. * @return $this
  221. */
  222. public function setAdminId($var)
  223. {
  224. GPBUtil::checkInt32($var);
  225. $this->admin_id = $var;
  226. return $this;
  227. }
  228. }