public class VersionInfo extends Object implements Serializable, Cloneable
Constructor and Description |
---|
VersionInfo() |
Modifier and Type | Method and Description |
---|---|
VersionInfo |
clone() |
boolean |
equals(Object obj) |
String |
getAgentHash() |
String |
getAgentVersion() |
String |
getDockerVersion() |
int |
hashCode() |
void |
setAgentHash(String agentHash) |
void |
setAgentVersion(String agentVersion) |
void |
setDockerVersion(String dockerVersion) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VersionInfo |
withAgentHash(String agentHash)
Returns a reference to this object so that method calls can be chained together.
|
VersionInfo |
withAgentVersion(String agentVersion)
Returns a reference to this object so that method calls can be chained together.
|
VersionInfo |
withDockerVersion(String dockerVersion)
Returns a reference to this object so that method calls can be chained together.
|
public String getAgentVersion()
public void setAgentVersion(String agentVersion)
agentVersion
- public VersionInfo withAgentVersion(String agentVersion)
Returns a reference to this object so that method calls can be chained together.
agentVersion
- public String getAgentHash()
public void setAgentHash(String agentHash)
agentHash
- public VersionInfo withAgentHash(String agentHash)
Returns a reference to this object so that method calls can be chained together.
agentHash
- public String getDockerVersion()
public void setDockerVersion(String dockerVersion)
dockerVersion
- public VersionInfo withDockerVersion(String dockerVersion)
Returns a reference to this object so that method calls can be chained together.
dockerVersion
- public String toString()
toString
in class Object
Object.toString()
public VersionInfo clone()
Copyright © 2015. All rights reserved.