public static class HealthStatus.Builder extends Object
Modifier and Type | Method and Description |
---|---|
HealthStatus |
build() |
HealthStatus.Builder |
clone() |
String |
getHealthState()
Health state of the instance.
|
String |
getInstance()
URL of the instance resource.
|
String |
getIpAddress()
The IP address represented by this resource.
|
Integer |
getPort()
The port on the instance.
|
HealthStatus.Builder |
mergeFrom(HealthStatus other) |
HealthStatus.Builder |
setHealthState(String healthState)
Health state of the instance.
|
HealthStatus.Builder |
setInstance(String instance)
URL of the instance resource.
|
HealthStatus.Builder |
setIpAddress(String ipAddress)
The IP address represented by this resource.
|
HealthStatus.Builder |
setPort(Integer port)
The port on the instance.
|
public HealthStatus.Builder mergeFrom(HealthStatus other)
public String getHealthState()
public HealthStatus.Builder setHealthState(String healthState)
public String getInstance()
public HealthStatus.Builder setInstance(String instance)
public String getIpAddress()
public HealthStatus.Builder setIpAddress(String ipAddress)
public Integer getPort()
public HealthStatus.Builder setPort(Integer port)
public HealthStatus build()
public HealthStatus.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.