/var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsData
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsData/ResponseMetaData.php (2545B)
currencyCode = $currencyCode;
}
/**
* @return string
*/
public function getCurrencyCode()
{
return $this->currencyCode;
}
/**
* @param bool
*/
public function setDataLossFromOtherRow($dataLossFromOtherRow)
{
$this->dataLossFromOtherRow = $dataLossFromOtherRow;
}
/**
* @return bool
*/
public function getDataLossFromOtherRow()
{
return $this->dataLossFromOtherRow;
}
/**
* @param string
*/
public function setEmptyReason($emptyReason)
{
$this->emptyReason = $emptyReason;
}
/**
* @return string
*/
public function getEmptyReason()
{
return $this->emptyReason;
}
/**
* @param SchemaRestrictionResponse
*/
public function setSchemaRestrictionResponse(SchemaRestrictionResponse $schemaRestrictionResponse)
{
$this->schemaRestrictionResponse = $schemaRestrictionResponse;
}
/**
* @return SchemaRestrictionResponse
*/
public function getSchemaRestrictionResponse()
{
return $this->schemaRestrictionResponse;
}
/**
* @param string
*/
public function setTimeZone($timeZone)
{
$this->timeZone = $timeZone;
}
/**
* @return string
*/
public function getTimeZone()
{
return $this->timeZone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ResponseMetaData::class, 'Google_Service_AnalyticsData_ResponseMetaData');