failureCause = $failureCause; } public function getFailureCause() { return $this->failureCause; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_EventPeriodRange */ public function setRange(Google_Service_Games_EventPeriodRange $range) { $this->range = $range; } /** * @return Google_Service_Games_EventPeriodRange */ public function getRange() { return $this->range; } }