public class Exception
extends java.lang.Object
implements com.microsoft.appcenter.ingestion.models.Model
| Constructor and Description |
|---|
Exception() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<StackFrame> |
getFrames()
Get the frames value.
|
java.util.List<Exception> |
getInnerExceptions()
Get the innerExceptions value.
|
java.lang.String |
getMessage()
Get the message value.
|
java.lang.String |
getStackTrace()
Get the stack trace value.
|
java.lang.String |
getType()
Get the type value.
|
java.lang.String |
getWrapperSdkName()
Get the wrapperSdkName value.
|
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setFrames(java.util.List<StackFrame> frames)
Set the frames value.
|
void |
setInnerExceptions(java.util.List<Exception> innerExceptions)
Set the innerExceptions value.
|
void |
setMessage(java.lang.String message)
Set the message value.
|
void |
setStackTrace(java.lang.String stackTrace)
Set stack trace value.
|
void |
setType(java.lang.String type)
Set the type value.
|
void |
setWrapperSdkName(java.lang.String wrapperSdkName)
Set the wrapperSdkName value.
|
void |
write(org.json.JSONStringer writer) |
public java.lang.String getType()
public void setType(java.lang.String type)
type - the type value to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the message value to setpublic java.lang.String getStackTrace()
public void setStackTrace(java.lang.String stackTrace)
stackTrace - the stack trace value to set.public java.util.List<StackFrame> getFrames()
public void setFrames(java.util.List<StackFrame> frames)
frames - the frames value to setpublic java.util.List<Exception> getInnerExceptions()
public void setInnerExceptions(java.util.List<Exception> innerExceptions)
innerExceptions - the innerExceptions value to setpublic java.lang.String getWrapperSdkName()
public void setWrapperSdkName(java.lang.String wrapperSdkName)
wrapperSdkName - the wrapperSdkName value to setpublic void read(org.json.JSONObject object)
throws org.json.JSONException
read in interface com.microsoft.appcenter.ingestion.models.Modelorg.json.JSONExceptionpublic void write(org.json.JSONStringer writer)
throws org.json.JSONException
write in interface com.microsoft.appcenter.ingestion.models.Modelorg.json.JSONExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object