public class SwarmNodeStatus extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SwarmNodeStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
SwarmNodeState |
getState() |
SwarmNodeStatus |
withAddress(String address) |
SwarmNodeStatus |
withState(SwarmNodeState state) |
getRawValues
public static final long serialVersionUID
@CheckForNull public SwarmNodeState getState()
state
public SwarmNodeStatus withState(SwarmNodeState state)
state
@CheckForNull public String getAddress()
address
public SwarmNodeStatus withAddress(String address)
address
Copyright © 2022. All rights reserved.