/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spectrum
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Spectrum/RulesetInfo.php (1521B)
authority = $authority;
}
public function getAuthority()
{
return $this->authority;
}
public function setMaxLocationChange($maxLocationChange)
{
$this->maxLocationChange = $maxLocationChange;
}
public function getMaxLocationChange()
{
return $this->maxLocationChange;
}
public function setMaxPollingSecs($maxPollingSecs)
{
$this->maxPollingSecs = $maxPollingSecs;
}
public function getMaxPollingSecs()
{
return $this->maxPollingSecs;
}
public function setRulesetIds($rulesetIds)
{
$this->rulesetIds = $rulesetIds;
}
public function getRulesetIds()
{
return $this->rulesetIds;
}
}