|
|
@@ -413,15 +413,15 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
* 1200 +
|
|
|
* 推广 信息
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionInfo team_info = 1200;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionInfo promotion_info = 1200;</code>
|
|
|
*/
|
|
|
- protected $team_info = null;
|
|
|
+ protected $promotion_info = null;
|
|
|
/**
|
|
|
* 团队 成员列表
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionList team_list = 1201;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionList promotion_list = 1201;</code>
|
|
|
*/
|
|
|
- protected $team_list = null;
|
|
|
+ protected $promotion_list = null;
|
|
|
|
|
|
/**
|
|
|
* Constructor.
|
|
|
@@ -565,10 +565,10 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
* 我的挂单
|
|
|
* @type \Uraus\Kku\Request\RequestMatchexchangeOpen $matchexchange_open
|
|
|
* 获取开放的物品列表
|
|
|
- * @type \Uraus\Kku\Request\RequestPromotionInfo $team_info
|
|
|
+ * @type \Uraus\Kku\Request\RequestPromotionInfo $promotion_info
|
|
|
* 1200 +
|
|
|
* 推广 信息
|
|
|
- * @type \Uraus\Kku\Request\RequestPromotionList $team_list
|
|
|
+ * @type \Uraus\Kku\Request\RequestPromotionList $promotion_list
|
|
|
* 团队 成员列表
|
|
|
* }
|
|
|
*/
|
|
|
@@ -2891,36 +2891,36 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
* 1200 +
|
|
|
* 推广 信息
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionInfo team_info = 1200;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionInfo promotion_info = 1200;</code>
|
|
|
* @return \Uraus\Kku\Request\RequestPromotionInfo
|
|
|
*/
|
|
|
- public function getTeamInfo()
|
|
|
+ public function getPromotionInfo()
|
|
|
{
|
|
|
- return isset($this->team_info) ? $this->team_info : null;
|
|
|
+ return isset($this->promotion_info) ? $this->promotion_info : null;
|
|
|
}
|
|
|
|
|
|
- public function hasTeamInfo()
|
|
|
+ public function hasPromotionInfo()
|
|
|
{
|
|
|
- return isset($this->team_info);
|
|
|
+ return isset($this->promotion_info);
|
|
|
}
|
|
|
|
|
|
- public function clearTeamInfo()
|
|
|
+ public function clearPromotionInfo()
|
|
|
{
|
|
|
- unset($this->team_info);
|
|
|
+ unset($this->promotion_info);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 1200 +
|
|
|
* 推广 信息
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionInfo team_info = 1200;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionInfo promotion_info = 1200;</code>
|
|
|
* @param \Uraus\Kku\Request\RequestPromotionInfo $var
|
|
|
* @return $this
|
|
|
*/
|
|
|
- public function setTeamInfo($var)
|
|
|
+ public function setPromotionInfo($var)
|
|
|
{
|
|
|
GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestPromotionInfo::class);
|
|
|
- $this->team_info = $var;
|
|
|
+ $this->promotion_info = $var;
|
|
|
|
|
|
return $this;
|
|
|
}
|
|
|
@@ -2928,35 +2928,35 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 团队 成员列表
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionList team_list = 1201;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionList promotion_list = 1201;</code>
|
|
|
* @return \Uraus\Kku\Request\RequestPromotionList
|
|
|
*/
|
|
|
- public function getTeamList()
|
|
|
+ public function getPromotionList()
|
|
|
{
|
|
|
- return isset($this->team_list) ? $this->team_list : null;
|
|
|
+ return isset($this->promotion_list) ? $this->promotion_list : null;
|
|
|
}
|
|
|
|
|
|
- public function hasTeamList()
|
|
|
+ public function hasPromotionList()
|
|
|
{
|
|
|
- return isset($this->team_list);
|
|
|
+ return isset($this->promotion_list);
|
|
|
}
|
|
|
|
|
|
- public function clearTeamList()
|
|
|
+ public function clearPromotionList()
|
|
|
{
|
|
|
- unset($this->team_list);
|
|
|
+ unset($this->promotion_list);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 团队 成员列表
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionList team_list = 1201;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPromotionList promotion_list = 1201;</code>
|
|
|
* @param \Uraus\Kku\Request\RequestPromotionList $var
|
|
|
* @return $this
|
|
|
*/
|
|
|
- public function setTeamList($var)
|
|
|
+ public function setPromotionList($var)
|
|
|
{
|
|
|
GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestPromotionList::class);
|
|
|
- $this->team_list = $var;
|
|
|
+ $this->promotion_list = $var;
|
|
|
|
|
|
return $this;
|
|
|
}
|