public class AgentVersion extends Object implements Serializable, Cloneable
Describes an agent version.
Constructor and Description |
---|
AgentVersion() |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
clone() |
boolean |
equals(Object obj) |
StackConfigurationManager |
getConfigurationManager()
The configuration manager.
|
String |
getVersion()
The agent version.
|
int |
hashCode() |
void |
setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
setVersion(String version)
The agent version.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AgentVersion |
withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
AgentVersion |
withVersion(String version)
The agent version.
|
public String getVersion()
public void setVersion(String version)
version
- The agent version.public AgentVersion withVersion(String version)
Returns a reference to this object so that method calls can be chained together.
version
- The agent version.public StackConfigurationManager getConfigurationManager()
public void setConfigurationManager(StackConfigurationManager configurationManager)
configurationManager
- The configuration manager.public AgentVersion withConfigurationManager(StackConfigurationManager configurationManager)
Returns a reference to this object so that method calls can be chained together.
configurationManager
- The configuration manager.public String toString()
toString
in class Object
Object.toString()
public AgentVersion clone()
Copyright © 2015. All rights reserved.