nextCommitmentStatus = $nextCommitmentStatus; } /** * @return GoogleInternalAppsWaldoV1alphaUserStatus */ public function getNextCommitmentStatus() { return $this->nextCommitmentStatus; } /** * @param string */ public function setNextCommitmentTime($nextCommitmentTime) { $this->nextCommitmentTime = $nextCommitmentTime; } /** * @return string */ public function getNextCommitmentTime() { return $this->nextCommitmentTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext::class, 'Google_Service_Contentwarehouse_GoogleInternalAppsWaldoV1alphaUpcomingCommitmentContext');