rv.data.API_v1_Timer_Response.SystemTime */ class SystemTime extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field uint64 time = 1; */ protected $time = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int|string $time * } */ public function __construct($data = NULL) { \GPBMetadata\ProApiV1Timer::initOnce(); parent::__construct($data); } /** * Generated from protobuf field uint64 time = 1; * @return int|string */ public function getTime() { return $this->time; } /** * Generated from protobuf field uint64 time = 1; * @param int|string $var * @return $this */ public function setTime($var) { GPBUtil::checkUint64($var); $this->time = $var; return $this; } }