uraus.kku.Request.RequestUserClearLog
*/
class RequestUserClearLog extends \Google\Protobuf\Internal\Message
{
/**
* 时间戳
*
* Generated from protobuf field int64 times = 1;
*/
protected $times = 0;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type int|string $times
* 时间戳
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Proto\Game::initOnce();
parent::__construct($data);
}
/**
* 时间戳
*
* Generated from protobuf field int64 times = 1;
* @return int|string
*/
public function getTimes()
{
return $this->times;
}
/**
* 时间戳
*
* Generated from protobuf field int64 times = 1;
* @param int|string $var
* @return $this
*/
public function setTimes($var)
{
GPBUtil::checkInt64($var);
$this->times = $var;
return $this;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RequestUserClearLog::class, \Uraus\Kku\Request_RequestUserClearLog::class);