| Modifier and Type | Field and Description |
|---|---|
protected String |
clusterId |
protected AtomicReference<DeploymentState> |
deploymentState |
protected AtomicLong |
finishingTimestamp |
protected String |
id |
protected AtomicLong |
lastDeploymentStateUpdateTimestamp |
protected String |
privateIpAddress |
protected AtomicReference<String> |
publicIpAddress |
protected long |
startingTimestamp |
| Constructor and Description |
|---|
Host() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
DeploymentState |
getDeploymentState() |
long |
getFinishingTimestamp() |
String |
getId() |
long |
getLastDeploymentStateUpdateTimestamp() |
String |
getPrivateIpAddress() |
String |
getPublicIpAddress() |
long |
getStartingTimestamp() |
void |
setClusterId(String clusterId) |
void |
setDeploymentState(DeploymentState deploymentState) |
void |
setFinishingTimestamp(long finishingTimestamp) |
void |
setId(String id) |
void |
setLastDeploymentStateUpdateTimestamp(long lastDeploymentStateUpdateTimestamp) |
void |
setPrivateIpAddress(String privateIpAddress) |
void |
setPublicIpAddress(String publicIpAddress) |
void |
setStartingTimestamp(long startingTimestamp) |
protected String id
protected String clusterId
protected long startingTimestamp
protected String privateIpAddress
protected AtomicReference<String> publicIpAddress
protected AtomicLong finishingTimestamp
protected AtomicLong lastDeploymentStateUpdateTimestamp
protected AtomicReference<DeploymentState> deploymentState
public String getId()
public void setId(String id)
public String getClusterId()
public void setClusterId(String clusterId)
public long getStartingTimestamp()
public void setStartingTimestamp(long startingTimestamp)
public long getFinishingTimestamp()
public void setFinishingTimestamp(long finishingTimestamp)
public long getLastDeploymentStateUpdateTimestamp()
public void setLastDeploymentStateUpdateTimestamp(long lastDeploymentStateUpdateTimestamp)
public DeploymentState getDeploymentState()
public void setDeploymentState(DeploymentState deploymentState)
public String getPrivateIpAddress()
public void setPrivateIpAddress(String privateIpAddress)
public String getPublicIpAddress()
public void setPublicIpAddress(String publicIpAddress)
Copyright © 2017. All rights reserved.