-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class ExceptionData extends TelemetryData
Data contract class ExceptionData.
-
-
Field Summary
Fields Modifier and Type Field Description private intverprivate StringhandledAtprivate List<ExceptionDetails>exceptionsprivate SeverityLevelseverityLevelprivate StringproblemIdprivate intcrashThreadIdprivate Map<String, String>propertiesprivate Map<String, Double>measurements
-
Constructor Summary
Constructors Constructor Description ExceptionData()Initializes a new instance of the ExceptionData class.
-
Method Summary
Modifier and Type Method Description intgetVer()Gets the Ver property. voidsetVer(int value)Sets the Ver property. StringgetHandledAt()Gets the HandledAt property. voidsetHandledAt(String value)Sets the HandledAt property. List<ExceptionDetails>getExceptions()Gets the Exceptions property. voidsetExceptions(List<ExceptionDetails> value)Sets the Exceptions property. SeverityLevelgetSeverityLevel()Gets the SeverityLevel property. voidsetSeverityLevel(SeverityLevel value)Sets the SeverityLevel property. StringgetProblemId()Gets the ProblemId property. voidsetProblemId(String value)Sets the ProblemId property. intgetCrashThreadId()Gets the CrashThreadId property. voidsetCrashThreadId(int value)Sets the CrashThreadId 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. StringgetEnvelopeName()Envelope Name for this telemetry. StringgetBaseType()Base Type for this telemetry. voidSetupAttributes()Sets up the events attributes -
Methods inherited from class com.microsoft.telemetry.ITelemetry
getBaseType, getEnvelopeName, getProperties, setProperties, setVer -
Methods inherited from class com.microsoft.telemetry.Domain
serialize -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVer
int getVer()
Gets the Ver property.
-
setVer
void setVer(int value)
Sets the Ver property.
-
getHandledAt
String getHandledAt()
Gets the HandledAt property.
-
setHandledAt
void setHandledAt(String value)
Sets the HandledAt property.
-
getExceptions
List<ExceptionDetails> getExceptions()
Gets the Exceptions property.
-
setExceptions
void setExceptions(List<ExceptionDetails> value)
Sets the Exceptions property.
-
getSeverityLevel
SeverityLevel getSeverityLevel()
Gets the SeverityLevel property.
-
setSeverityLevel
void setSeverityLevel(SeverityLevel value)
Sets the SeverityLevel property.
-
getProblemId
String getProblemId()
Gets the ProblemId property.
-
setProblemId
void setProblemId(String value)
Sets the ProblemId property.
-
getCrashThreadId
int getCrashThreadId()
Gets the CrashThreadId property.
-
setCrashThreadId
void setCrashThreadId(int value)
Sets the CrashThreadId 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.
-
getEnvelopeName
String getEnvelopeName()
Envelope Name for this telemetry.
-
getBaseType
String getBaseType()
Base Type for this telemetry.
-
SetupAttributes
void SetupAttributes()
Sets up the events attributes
-
-
-
-