alias = $alias;
}
/**
* @return string
*/
public function getAlias()
{
return $this->alias;
}
/**
* @param GoogleCloudApigeeV1Certificate
*/
public function setCertsInfo(GoogleCloudApigeeV1Certificate $certsInfo)
{
$this->certsInfo = $certsInfo;
}
/**
* @return GoogleCloudApigeeV1Certificate
*/
public function getCertsInfo()
{
return $this->certsInfo;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudApigeeV1Alias::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Alias');