customerDemarcId = $customerDemarcId;
}
/**
* @return string
*/
public function getCustomerDemarcId()
{
return $this->customerDemarcId;
}
/**
* @param string
*/
public function setGoogleCircuitId($googleCircuitId)
{
$this->googleCircuitId = $googleCircuitId;
}
/**
* @return string
*/
public function getGoogleCircuitId()
{
return $this->googleCircuitId;
}
/**
* @param string
*/
public function setGoogleDemarcId($googleDemarcId)
{
$this->googleDemarcId = $googleDemarcId;
}
/**
* @return string
*/
public function getGoogleDemarcId()
{
return $this->googleDemarcId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InterconnectCircuitInfo::class, 'Google_Service_Compute_InterconnectCircuitInfo');