customDoorsOpenLabel = $customDoorsOpenLabel; } /** * @return LocalizedString */ public function getCustomDoorsOpenLabel() { return $this->customDoorsOpenLabel; } /** * @param string */ public function setDoorsOpen($doorsOpen) { $this->doorsOpen = $doorsOpen; } /** * @return string */ public function getDoorsOpen() { return $this->doorsOpen; } /** * @param string */ public function setDoorsOpenLabel($doorsOpenLabel) { $this->doorsOpenLabel = $doorsOpenLabel; } /** * @return string */ public function getDoorsOpenLabel() { return $this->doorsOpenLabel; } /** * @param string */ public function setEnd($end) { $this->end = $end; } /** * @return string */ public function getEnd() { return $this->end; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setStart($start) { $this->start = $start; } /** * @return string */ public function getStart() { return $this->start; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventDateTime::class, 'Google_Service_Walletobjects_EventDateTime');