bitFirst = $bitFirst; } /** * @return bool */ public function getBitFirst() { return $this->bitFirst; } /** * @param bool */ public function setBitSecond($bitSecond) { $this->bitSecond = $bitSecond; } /** * @return bool */ public function getBitSecond() { return $this->bitSecond; } /** * @param bool */ public function setBitThird($bitThird) { $this->bitThird = $bitThird; } /** * @return bool */ public function getBitThird() { return $this->bitThird; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Values::class, 'Google_Service_PlayIntegrity_Values');