Class AgentVersion
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.AgentVersion
-
public class AgentVersion extends Object
Defines the version of the agent currently running on the entity.
-
-
Constructor Summary
Constructors Constructor Description AgentVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getMajor()
The major version number.Integer
getMinor()
The minor version number.Integer
getRevision()
The revision number.String
getSourceRevision()
A string representation of the SVN revision number.String
getTimestamp()
A timestamp string: format \"yyyymmdd-hhmmssAgentVersion
major(Integer major)
AgentVersion
minor(Integer minor)
AgentVersion
revision(Integer revision)
void
setMajor(Integer major)
void
setMinor(Integer minor)
void
setRevision(Integer revision)
void
setSourceRevision(String sourceRevision)
void
setTimestamp(String timestamp)
AgentVersion
sourceRevision(String sourceRevision)
AgentVersion
timestamp(String timestamp)
String
toString()
-
-
-
Method Detail
-
major
public AgentVersion major(Integer major)
-
getMajor
public Integer getMajor()
The major version number.- Returns:
- major
-
setMajor
public void setMajor(Integer major)
-
minor
public AgentVersion minor(Integer minor)
-
getMinor
public Integer getMinor()
The minor version number.- Returns:
- minor
-
setMinor
public void setMinor(Integer minor)
-
revision
public AgentVersion revision(Integer revision)
-
getRevision
public Integer getRevision()
The revision number.- Returns:
- revision
-
setRevision
public void setRevision(Integer revision)
-
sourceRevision
public AgentVersion sourceRevision(String sourceRevision)
-
getSourceRevision
public String getSourceRevision()
A string representation of the SVN revision number.- Returns:
- sourceRevision
-
setSourceRevision
public void setSourceRevision(String sourceRevision)
-
timestamp
public AgentVersion timestamp(String timestamp)
-
getTimestamp
public String getTimestamp()
A timestamp string: format \"yyyymmdd-hhmmss- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(String timestamp)
-
-