metricIndex = $metricIndex;
}
/**
* @return int
*/
public function getMetricIndex()
{
return $this->metricIndex;
}
/**
* @param string
*/
public function setShortId($shortId)
{
$this->shortId = $shortId;
}
/**
* @return string
*/
public function getShortId()
{
return $this->shortId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MetricShortId::class, 'Google_Service_Dataflow_MetricShortId');