public class ExceptionData extends TelemetryData
| Constructor and Description |
|---|
ExceptionData()
Initializes a new instance of the ExceptionData class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseType()
Base Type for this telemetry.
|
int |
getCrashThreadId()
Gets the CrashThreadId property.
|
java.lang.String |
getEnvelopeName()
Envelope Name for this telemetry.
|
java.util.List<ExceptionDetails> |
getExceptions()
Gets the Exceptions property.
|
java.lang.String |
getHandledAt()
Gets the HandledAt property.
|
java.util.Map<java.lang.String,java.lang.Double> |
getMeasurements()
Gets the Measurements property.
|
java.lang.String |
getProblemId()
Gets the ProblemId property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
SeverityLevel |
getSeverityLevel()
Gets the SeverityLevel 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 |
setCrashThreadId(int value)
Sets the CrashThreadId property.
|
void |
setExceptions(java.util.List<ExceptionDetails> value)
Sets the Exceptions property.
|
void |
setHandledAt(java.lang.String value)
Sets the HandledAt property.
|
void |
setMeasurements(java.util.Map<java.lang.String,java.lang.Double> value)
Sets the Measurements property.
|
void |
setProblemId(java.lang.String value)
Sets the ProblemId property.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setSeverityLevel(SeverityLevel value)
Sets the SeverityLevel property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setVer(int value)
Sets the Ver property.
|
public ExceptionData()
public java.lang.String getEnvelopeName()
public java.lang.String getBaseType()
public int getVer()
public void setVer(int value)
public java.lang.String getHandledAt()
public void setHandledAt(java.lang.String value)
public java.util.List<ExceptionDetails> getExceptions()
public void setExceptions(java.util.List<ExceptionDetails> value)
public SeverityLevel getSeverityLevel()
public void setSeverityLevel(SeverityLevel value)
public java.lang.String getProblemId()
public void setProblemId(java.lang.String value)
public int getCrashThreadId()
public void setCrashThreadId(int 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()