/var/www/flurhymez/vendor/google/apiclient-services/src/CivicInfo
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CivicInfo/VoterInfoResponse.php (4508B)
contests = $contests;
}
/**
* @return Contest[]
*/
public function getContests()
{
return $this->contests;
}
/**
* @param PollingLocation[]
*/
public function setDropOffLocations($dropOffLocations)
{
$this->dropOffLocations = $dropOffLocations;
}
/**
* @return PollingLocation[]
*/
public function getDropOffLocations()
{
return $this->dropOffLocations;
}
/**
* @param PollingLocation[]
*/
public function setEarlyVoteSites($earlyVoteSites)
{
$this->earlyVoteSites = $earlyVoteSites;
}
/**
* @return PollingLocation[]
*/
public function getEarlyVoteSites()
{
return $this->earlyVoteSites;
}
/**
* @param Election
*/
public function setElection(Election $election)
{
$this->election = $election;
}
/**
* @return Election
*/
public function getElection()
{
return $this->election;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param bool
*/
public function setMailOnly($mailOnly)
{
$this->mailOnly = $mailOnly;
}
/**
* @return bool
*/
public function getMailOnly()
{
return $this->mailOnly;
}
/**
* @param SimpleAddressType
*/
public function setNormalizedInput(SimpleAddressType $normalizedInput)
{
$this->normalizedInput = $normalizedInput;
}
/**
* @return SimpleAddressType
*/
public function getNormalizedInput()
{
return $this->normalizedInput;
}
/**
* @param Election[]
*/
public function setOtherElections($otherElections)
{
$this->otherElections = $otherElections;
}
/**
* @return Election[]
*/
public function getOtherElections()
{
return $this->otherElections;
}
/**
* @param PollingLocation[]
*/
public function setPollingLocations($pollingLocations)
{
$this->pollingLocations = $pollingLocations;
}
/**
* @return PollingLocation[]
*/
public function getPollingLocations()
{
return $this->pollingLocations;
}
/**
* @param string
*/
public function setPrecinctId($precinctId)
{
$this->precinctId = $precinctId;
}
/**
* @return string
*/
public function getPrecinctId()
{
return $this->precinctId;
}
/**
* @param AdministrationRegion[]
*/
public function setState($state)
{
$this->state = $state;
}
/**
* @return AdministrationRegion[]
*/
public function getState()
{
return $this->state;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VoterInfoResponse::class, 'Google_Service_CivicInfo_VoterInfoResponse');