expires = $expires; } /** * @return string */ public function getExpires() { return $this->expires; } /** * @param string */ public function setSelf($self) { $this->self = $self; } /** * @return string */ public function getSelf() { return $this->self; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1AsyncQueryResult::class, 'Google_Service_Apigee_GoogleCloudApigeeV1AsyncQueryResult');