/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastore
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Datastore/Value.php (4560B)
arrayValue = $arrayValue;
}
/**
* @return ArrayValue
*/
public function getArrayValue()
{
return $this->arrayValue;
}
/**
* @param string
*/
public function setBlobValue($blobValue)
{
$this->blobValue = $blobValue;
}
/**
* @return string
*/
public function getBlobValue()
{
return $this->blobValue;
}
/**
* @param bool
*/
public function setBooleanValue($booleanValue)
{
$this->booleanValue = $booleanValue;
}
/**
* @return bool
*/
public function getBooleanValue()
{
return $this->booleanValue;
}
public function setDoubleValue($doubleValue)
{
$this->doubleValue = $doubleValue;
}
public function getDoubleValue()
{
return $this->doubleValue;
}
/**
* @param Entity
*/
public function setEntityValue(Entity $entityValue)
{
$this->entityValue = $entityValue;
}
/**
* @return Entity
*/
public function getEntityValue()
{
return $this->entityValue;
}
/**
* @param bool
*/
public function setExcludeFromIndexes($excludeFromIndexes)
{
$this->excludeFromIndexes = $excludeFromIndexes;
}
/**
* @return bool
*/
public function getExcludeFromIndexes()
{
return $this->excludeFromIndexes;
}
/**
* @param LatLng
*/
public function setGeoPointValue(LatLng $geoPointValue)
{
$this->geoPointValue = $geoPointValue;
}
/**
* @return LatLng
*/
public function getGeoPointValue()
{
return $this->geoPointValue;
}
/**
* @param string
*/
public function setIntegerValue($integerValue)
{
$this->integerValue = $integerValue;
}
/**
* @return string
*/
public function getIntegerValue()
{
return $this->integerValue;
}
/**
* @param Key
*/
public function setKeyValue(Key $keyValue)
{
$this->keyValue = $keyValue;
}
/**
* @return Key
*/
public function getKeyValue()
{
return $this->keyValue;
}
/**
* @param int
*/
public function setMeaning($meaning)
{
$this->meaning = $meaning;
}
/**
* @return int
*/
public function getMeaning()
{
return $this->meaning;
}
/**
* @param string
*/
public function setNullValue($nullValue)
{
$this->nullValue = $nullValue;
}
/**
* @return string
*/
public function getNullValue()
{
return $this->nullValue;
}
/**
* @param string
*/
public function setStringValue($stringValue)
{
$this->stringValue = $stringValue;
}
/**
* @return string
*/
public function getStringValue()
{
return $this->stringValue;
}
/**
* @param string
*/
public function setTimestampValue($timestampValue)
{
$this->timestampValue = $timestampValue;
}
/**
* @return string
*/
public function getTimestampValue()
{
return $this->timestampValue;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Value::class, 'Google_Service_Datastore_Value');