/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AppState
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AppState/WriteResult.php (1225B)
currentStateVersion = $currentStateVersion;
}
public function getCurrentStateVersion()
{
return $this->currentStateVersion;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setStateKey($stateKey)
{
$this->stateKey = $stateKey;
}
public function getStateKey()
{
return $this->stateKey;
}
}