chartType = $chartType;
}
/**
* @return string
*/
public function getChartType()
{
return $this->chartType;
}
/**
* @param string[]
*/
public function setComments($comments)
{
$this->comments = $comments;
}
/**
* @return string[]
*/
public function getComments()
{
return $this->comments;
}
/**
* @param string
*/
public function setCreatedAt($createdAt)
{
$this->createdAt = $createdAt;
}
/**
* @return string
*/
public function getCreatedAt()
{
return $this->createdAt;
}
/**
* @param string[]
*/
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
}
/**
* @return string[]
*/
public function getDimensions()
{
return $this->dimensions;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setEnvironment($environment)
{
$this->environment = $environment;
}
/**
* @return string
*/
public function getEnvironment()
{
return $this->environment;
}
/**
* @param string
*/
public function setFilter($filter)
{
$this->filter = $filter;
}
/**
* @return string
*/
public function getFilter()
{
return $this->filter;
}
/**
* @param string
*/
public function setFromTime($fromTime)
{
$this->fromTime = $fromTime;
}
/**
* @return string
*/
public function getFromTime()
{
return $this->fromTime;
}
/**
* @param string
*/
public function setLastModifiedAt($lastModifiedAt)
{
$this->lastModifiedAt = $lastModifiedAt;
}
/**
* @return string
*/
public function getLastModifiedAt()
{
return $this->lastModifiedAt;
}
/**
* @param string
*/
public function setLastViewedAt($lastViewedAt)
{
$this->lastViewedAt = $lastViewedAt;
}
/**
* @return string
*/
public function getLastViewedAt()
{
return $this->lastViewedAt;
}
/**
* @param string
*/
public function setLimit($limit)
{
$this->limit = $limit;
}
/**
* @return string
*/
public function getLimit()
{
return $this->limit;
}
/**
* @param GoogleCloudApigeeV1CustomReportMetric[]
*/
public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
/**
* @return GoogleCloudApigeeV1CustomReportMetric[]
*/
public function getMetrics()
{
return $this->metrics;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setOffset($offset)
{
$this->offset = $offset;
}
/**
* @return string
*/
public function getOffset()
{
return $this->offset;
}
/**
* @param string
*/
public function setOrganization($organization)
{
$this->organization = $organization;
}
/**
* @return string
*/
public function getOrganization()
{
return $this->organization;
}
/**
* @param GoogleCloudApigeeV1ReportProperty[]
*/
public function setProperties($properties)
{
$this->properties = $properties;
}
/**
* @return GoogleCloudApigeeV1ReportProperty[]
*/
public function getProperties()
{
return $this->properties;
}
/**
* @param string[]
*/
public function setSortByCols($sortByCols)
{
$this->sortByCols = $sortByCols;
}
/**
* @return string[]
*/
public function getSortByCols()
{
return $this->sortByCols;
}
/**
* @param string
*/
public function setSortOrder($sortOrder)
{
$this->sortOrder = $sortOrder;
}
/**
* @return string
*/
public function getSortOrder()
{
return $this->sortOrder;
}
/**
* @param string[]
*/
public function setTags($tags)
{
$this->tags = $tags;
}
/**
* @return string[]
*/
public function getTags()
{
return $this->tags;
}
/**
* @param string
*/
public function setTimeUnit($timeUnit)
{
$this->timeUnit = $timeUnit;
}
/**
* @return string
*/
public function getTimeUnit()
{
return $this->timeUnit;
}
/**
* @param string
*/
public function setToTime($toTime)
{
$this->toTime = $toTime;
}
/**
* @return string
*/
public function getToTime()
{
return $this->toTime;
}
/**
* @param string
*/
public function setTopk($topk)
{
$this->topk = $topk;
}
/**
* @return string
*/
public function getTopk()
{
return $this->topk;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudApigeeV1CustomReport::class, 'Google_Service_Apigee_GoogleCloudApigeeV1CustomReport');