annotations = $annotations;
}
public function getAnnotations()
{
return $this->annotations;
}
public function setHealthState($healthState)
{
$this->healthState = $healthState;
}
public function getHealthState()
{
return $this->healthState;
}
public function setInstance($instance)
{
$this->instance = $instance;
}
public function getInstance()
{
return $this->instance;
}
public function setIpAddress($ipAddress)
{
$this->ipAddress = $ipAddress;
}
public function getIpAddress()
{
return $this->ipAddress;
}
public function setPort($port)
{
$this->port = $port;
}
public function getPort()
{
return $this->port;
}
public function setWeight($weight)
{
$this->weight = $weight;
}
public function getWeight()
{
return $this->weight;
}
public function setWeightError($weightError)
{
$this->weightError = $weightError;
}
public function getWeightError()
{
return $this->weightError;
}
}