|
|
@@ -450,6 +450,31 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
* Generated from protobuf field <code>.uraus.kku.Response.ResponseTaskComplete task_complete = 1005;</code>
|
|
|
*/
|
|
|
protected $task_complete = null;
|
|
|
+ /**
|
|
|
+ * 1100 +
|
|
|
+ * 大厅
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeList matchexchange_list = 1100;</code>
|
|
|
+ */
|
|
|
+ protected $matchexchange_list = null;
|
|
|
+ /**
|
|
|
+ * 挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeAdd matchexchange_add = 1101;</code>
|
|
|
+ */
|
|
|
+ protected $matchexchange_add = null;
|
|
|
+ /**
|
|
|
+ * 取消 挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeCancel matchexchange_cancel = 1102;</code>
|
|
|
+ */
|
|
|
+ protected $matchexchange_cancel = null;
|
|
|
+ /**
|
|
|
+ * 我的挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeMy matchexchange_my = 1103;</code>
|
|
|
+ */
|
|
|
+ protected $matchexchange_my = null;
|
|
|
|
|
|
/**
|
|
|
* Constructor.
|
|
|
@@ -625,6 +650,15 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
* 领取任务奖励响应
|
|
|
* @type \Uraus\Kku\Response\ResponseTaskComplete $task_complete
|
|
|
* 提交任务响应
|
|
|
+ * @type \Uraus\Kku\Response\ResponseMatchexchangeList $matchexchange_list
|
|
|
+ * 1100 +
|
|
|
+ * 大厅
|
|
|
+ * @type \Uraus\Kku\Response\ResponseMatchexchangeAdd $matchexchange_add
|
|
|
+ * 挂单
|
|
|
+ * @type \Uraus\Kku\Response\ResponseMatchexchangeCancel $matchexchange_cancel
|
|
|
+ * 取消 挂单
|
|
|
+ * @type \Uraus\Kku\Response\ResponseMatchexchangeMy $matchexchange_my
|
|
|
+ * 我的挂单
|
|
|
* }
|
|
|
*/
|
|
|
public function __construct($data = NULL) {
|
|
|
@@ -3040,5 +3074,151 @@ class Response extends \Google\Protobuf\Internal\Message
|
|
|
return $this;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 1100 +
|
|
|
+ * 大厅
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeList matchexchange_list = 1100;</code>
|
|
|
+ * @return \Uraus\Kku\Response\ResponseMatchexchangeList
|
|
|
+ */
|
|
|
+ public function getMatchexchangeList()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_list) ? $this->matchexchange_list : null;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasMatchexchangeList()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_list);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearMatchexchangeList()
|
|
|
+ {
|
|
|
+ unset($this->matchexchange_list);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 1100 +
|
|
|
+ * 大厅
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeList matchexchange_list = 1100;</code>
|
|
|
+ * @param \Uraus\Kku\Response\ResponseMatchexchangeList $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setMatchexchangeList($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Response\ResponseMatchexchangeList::class);
|
|
|
+ $this->matchexchange_list = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeAdd matchexchange_add = 1101;</code>
|
|
|
+ * @return \Uraus\Kku\Response\ResponseMatchexchangeAdd
|
|
|
+ */
|
|
|
+ public function getMatchexchangeAdd()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_add) ? $this->matchexchange_add : null;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasMatchexchangeAdd()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_add);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearMatchexchangeAdd()
|
|
|
+ {
|
|
|
+ unset($this->matchexchange_add);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeAdd matchexchange_add = 1101;</code>
|
|
|
+ * @param \Uraus\Kku\Response\ResponseMatchexchangeAdd $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setMatchexchangeAdd($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Response\ResponseMatchexchangeAdd::class);
|
|
|
+ $this->matchexchange_add = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 取消 挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeCancel matchexchange_cancel = 1102;</code>
|
|
|
+ * @return \Uraus\Kku\Response\ResponseMatchexchangeCancel
|
|
|
+ */
|
|
|
+ public function getMatchexchangeCancel()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_cancel) ? $this->matchexchange_cancel : null;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasMatchexchangeCancel()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_cancel);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearMatchexchangeCancel()
|
|
|
+ {
|
|
|
+ unset($this->matchexchange_cancel);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 取消 挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeCancel matchexchange_cancel = 1102;</code>
|
|
|
+ * @param \Uraus\Kku\Response\ResponseMatchexchangeCancel $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setMatchexchangeCancel($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Response\ResponseMatchexchangeCancel::class);
|
|
|
+ $this->matchexchange_cancel = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 我的挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeMy matchexchange_my = 1103;</code>
|
|
|
+ * @return \Uraus\Kku\Response\ResponseMatchexchangeMy
|
|
|
+ */
|
|
|
+ public function getMatchexchangeMy()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_my) ? $this->matchexchange_my : null;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasMatchexchangeMy()
|
|
|
+ {
|
|
|
+ return isset($this->matchexchange_my);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearMatchexchangeMy()
|
|
|
+ {
|
|
|
+ unset($this->matchexchange_my);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 我的挂单
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Response.ResponseMatchexchangeMy matchexchange_my = 1103;</code>
|
|
|
+ * @param \Uraus\Kku\Response\ResponseMatchexchangeMy $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setMatchexchangeMy($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Response\ResponseMatchexchangeMy::class);
|
|
|
+ $this->matchexchange_my = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|