etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setInitiator($initiator) { $this->initiator = $initiator; } /** * @return string */ public function getInitiator() { return $this->initiator; } /** * @param QuorumType */ public function setQuorumType(QuorumType $quorumType) { $this->quorumType = $quorumType; } /** * @return QuorumType */ public function getQuorumType() { return $this->quorumType; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QuorumInfo::class, 'Google_Service_Spanner_QuorumInfo');