duration = $duration; } public function getDuration() { return $this->duration; } /** * @param Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function setStartTime(Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_ManagedServiceforMicrosoftActiveDirectoryConsumerAPI_TimeOfDay */ public function getStartTime() { return $this->startTime; } }