-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,com.microsoft.telemetry.ITelemetryData
public class AvailabilityData extends Domain implements ITelemetryDataData contract class AvailabilityData.
-
-
Field Summary
Fields Modifier and Type Field Description private intverprivate StringtestRunIdprivate StringtestTimeStampprivate StringtestNameprivate Stringdurationprivate TestResultresultprivate StringrunLocationprivate Stringmessageprivate doubledataSizeprivate Map<String, String>propertiesprivate Map<String, Double>measurements
-
Constructor Summary
Constructors Constructor Description AvailabilityData()Initializes a new instance of the AvailabilityData class.
-
Method Summary
Modifier and Type Method Description intgetVer()Gets the Ver property. voidsetVer(int value)Sets the Ver property. StringgetTestRunId()Gets the TestRunId property. voidsetTestRunId(String value)Sets the TestRunId property. StringgetTestTimeStamp()Gets the TestTimeStamp property. voidsetTestTimeStamp(String value)Sets the TestTimeStamp property. StringgetTestName()Gets the TestName property. voidsetTestName(String value)Sets the TestName property. StringgetDuration()Gets the Duration property. voidsetDuration(String value)Sets the Duration property. TestResultgetResult()Gets the Result property. voidsetResult(TestResult value)Sets the Result property. StringgetRunLocation()Gets the RunLocation property. voidsetRunLocation(String value)Sets the RunLocation property. StringgetMessage()Gets the Message property. voidsetMessage(String value)Sets the Message property. doublegetDataSize()Gets the DataSize property. voidsetDataSize(double value)Sets the DataSize property. Map<String, String>getProperties()Gets the Properties property. voidsetProperties(Map<String, String> value)Sets the Properties property. Map<String, Double>getMeasurements()Gets the Measurements property. voidsetMeasurements(Map<String, Double> value)Sets the Measurements property. voidSetupAttributes()Sets up the events attributes -
-
Method Detail
-
getVer
int getVer()
Gets the Ver property.
-
setVer
void setVer(int value)
Sets the Ver property.
-
getTestRunId
String getTestRunId()
Gets the TestRunId property.
-
setTestRunId
void setTestRunId(String value)
Sets the TestRunId property.
-
getTestTimeStamp
String getTestTimeStamp()
Gets the TestTimeStamp property.
-
setTestTimeStamp
void setTestTimeStamp(String value)
Sets the TestTimeStamp property.
-
getTestName
String getTestName()
Gets the TestName property.
-
setTestName
void setTestName(String value)
Sets the TestName property.
-
getDuration
String getDuration()
Gets the Duration property.
-
setDuration
void setDuration(String value)
Sets the Duration property.
-
getResult
TestResult getResult()
Gets the Result property.
-
setResult
void setResult(TestResult value)
Sets the Result property.
-
getRunLocation
String getRunLocation()
Gets the RunLocation property.
-
setRunLocation
void setRunLocation(String value)
Sets the RunLocation property.
-
getMessage
String getMessage()
Gets the Message property.
-
setMessage
void setMessage(String value)
Sets the Message property.
-
getDataSize
double getDataSize()
Gets the DataSize property.
-
setDataSize
void setDataSize(double value)
Sets the DataSize property.
-
getProperties
Map<String, String> getProperties()
Gets the Properties property.
-
setProperties
void setProperties(Map<String, String> value)
Sets the Properties property.
-
getMeasurements
Map<String, Double> getMeasurements()
Gets the Measurements property.
-
setMeasurements
void setMeasurements(Map<String, Double> value)
Sets the Measurements property.
-
SetupAttributes
void SetupAttributes()
Sets up the events attributes
-
-
-
-