|
|
@@ -66,7 +66,7 @@ class LastData extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 任务,状态同步 9
|
|
|
*
|
|
|
- * Generated from protobuf field <code>repeated .uraus.kku.Common.DataPetSimple task = 9;</code>
|
|
|
+ * Generated from protobuf field <code>repeated .uraus.kku.Common.DataTask task = 9;</code>
|
|
|
*/
|
|
|
private $task;
|
|
|
|
|
|
@@ -92,7 +92,7 @@ class LastData extends \Google\Protobuf\Internal\Message
|
|
|
* 宠物,生活技能状态 同步 7
|
|
|
* @type \Uraus\Kku\Common\DataPetSimple[]|\Google\Protobuf\Internal\RepeatedField $pet_simple
|
|
|
* 宠物,简单状态 8
|
|
|
- * @type \Uraus\Kku\Common\DataPetSimple[]|\Google\Protobuf\Internal\RepeatedField $task
|
|
|
+ * @type \Uraus\Kku\Common\DataTask[]|\Google\Protobuf\Internal\RepeatedField $task
|
|
|
* 任务,状态同步 9
|
|
|
* }
|
|
|
*/
|
|
|
@@ -322,7 +322,7 @@ class LastData extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 任务,状态同步 9
|
|
|
*
|
|
|
- * Generated from protobuf field <code>repeated .uraus.kku.Common.DataPetSimple task = 9;</code>
|
|
|
+ * Generated from protobuf field <code>repeated .uraus.kku.Common.DataTask task = 9;</code>
|
|
|
* @return \Google\Protobuf\Internal\RepeatedField
|
|
|
*/
|
|
|
public function getTask()
|
|
|
@@ -333,13 +333,13 @@ class LastData extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 任务,状态同步 9
|
|
|
*
|
|
|
- * Generated from protobuf field <code>repeated .uraus.kku.Common.DataPetSimple task = 9;</code>
|
|
|
- * @param \Uraus\Kku\Common\DataPetSimple[]|\Google\Protobuf\Internal\RepeatedField $var
|
|
|
+ * Generated from protobuf field <code>repeated .uraus.kku.Common.DataTask task = 9;</code>
|
|
|
+ * @param \Uraus\Kku\Common\DataTask[]|\Google\Protobuf\Internal\RepeatedField $var
|
|
|
* @return $this
|
|
|
*/
|
|
|
public function setTask($var)
|
|
|
{
|
|
|
- $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Uraus\Kku\Common\DataPetSimple::class);
|
|
|
+ $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Uraus\Kku\Common\DataTask::class);
|
|
|
$this->task = $arr;
|
|
|
|
|
|
return $this;
|