kind = $kind; } public function getKind() { return $this->kind; } public function setServiceType($serviceType) { $this->serviceType = $serviceType; } public function getServiceType() { return $this->serviceType; } public function setTermsVersion($termsVersion) { $this->termsVersion = $termsVersion; } public function getTermsVersion() { return $this->termsVersion; } public function setTimestampMs($timestampMs) { $this->timestampMs = $timestampMs; } public function getTimestampMs() { return $this->timestampMs; } public function setTosId($tosId) { $this->tosId = $tosId; } public function getTosId() { return $this->tosId; } }