public class AvailabilityData
extends Domain
| Constructor and Description |
|---|
AvailabilityData()
Initializes a new instance of the AvailabilityData class.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDataSize()
Gets the DataSize property.
|
java.lang.String |
getDuration()
Gets the Duration property.
|
java.util.Map<java.lang.String,java.lang.Double> |
getMeasurements()
Gets the Measurements property.
|
java.lang.String |
getMessage()
Gets the Message property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
TestResult |
getResult()
Gets the Result property.
|
java.lang.String |
getRunLocation()
Gets the RunLocation property.
|
java.lang.String |
getTestName()
Gets the TestName property.
|
java.lang.String |
getTestRunId()
Gets the TestRunId property.
|
java.lang.String |
getTestTimeStamp()
Gets the TestTimeStamp property.
|
int |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setDataSize(double value)
Sets the DataSize property.
|
void |
setDuration(java.lang.String value)
Sets the Duration property.
|
void |
setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
Sets the Measurements property.
|
void |
setMessage(java.lang.String value)
Sets the Message property.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setResult(TestResult value)
Sets the Result property.
|
void |
setRunLocation(java.lang.String value)
Sets the RunLocation property.
|
void |
setTestName(java.lang.String value)
Sets the TestName property.
|
void |
setTestRunId(java.lang.String value)
Sets the TestRunId property.
|
void |
setTestTimeStamp(java.lang.String value)
Sets the TestTimeStamp property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setVer(int value)
Sets the Ver property.
|
public AvailabilityData()
public int getVer()
public void setVer(int value)
public java.lang.String getTestRunId()
public void setTestRunId(java.lang.String value)
public java.lang.String getTestTimeStamp()
public void setTestTimeStamp(java.lang.String value)
public java.lang.String getTestName()
public void setTestName(java.lang.String value)
public java.lang.String getDuration()
public void setDuration(java.lang.String value)
public TestResult getResult()
public void setResult(TestResult value)
public java.lang.String getRunLocation()
public void setRunLocation(java.lang.String value)
public java.lang.String getMessage()
public void setMessage(java.lang.String value)
public double getDataSize()
public void setDataSize(double value)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.String> value)
public java.util.Map<java.lang.String,java.lang.Double> getMeasurements()
public void setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
protected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionpublic void SetupAttributes()
protected void InitializeFields()