duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } /** * @param string */ public function setEnrollmentTokenType($enrollmentTokenType) { $this->enrollmentTokenType = $enrollmentTokenType; } /** * @return string */ public function getEnrollmentTokenType() { return $this->enrollmentTokenType; } /** * @param string */ public function setToken($token) { $this->token = $token; } /** * @return string */ public function getToken() { return $this->token; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnrollmentToken::class, 'Google_Service_AndroidEnterprise_EnrollmentToken');