/var/www/flurhymez/vendor/google/apiclient-services/src/TrafficDirectorService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/TrafficDirectorService/SocketAddress.php (2483B)
address = $address;
}
/**
* @return string
*/
public function getAddress()
{
return $this->address;
}
/**
* @param bool
*/
public function setIpv4Compat($ipv4Compat)
{
$this->ipv4Compat = $ipv4Compat;
}
/**
* @return bool
*/
public function getIpv4Compat()
{
return $this->ipv4Compat;
}
/**
* @param string
*/
public function setNamedPort($namedPort)
{
$this->namedPort = $namedPort;
}
/**
* @return string
*/
public function getNamedPort()
{
return $this->namedPort;
}
/**
* @param string
*/
public function setPortValue($portValue)
{
$this->portValue = $portValue;
}
/**
* @return string
*/
public function getPortValue()
{
return $this->portValue;
}
/**
* @param string
*/
public function setProtocol($protocol)
{
$this->protocol = $protocol;
}
/**
* @return string
*/
public function getProtocol()
{
return $this->protocol;
}
/**
* @param string
*/
public function setResolverName($resolverName)
{
$this->resolverName = $resolverName;
}
/**
* @return string
*/
public function getResolverName()
{
return $this->resolverName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SocketAddress::class, 'Google_Service_TrafficDirectorService_SocketAddress');