public class StackFrame
extends java.lang.Object
implements com.microsoft.appcenter.ingestion.models.Model
| Constructor and Description |
|---|
StackFrame() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassName()
Get the className value.
|
java.lang.String |
getFileName()
Get the fileName value.
|
java.lang.Integer |
getLineNumber()
Get the lineNumber value.
|
java.lang.String |
getMethodName()
Get the methodName value.
|
int |
hashCode() |
void |
read(org.json.JSONObject object) |
void |
setClassName(java.lang.String className)
Set the className value.
|
void |
setFileName(java.lang.String fileName)
Set the fileName value.
|
void |
setLineNumber(java.lang.Integer lineNumber)
Set the lineNumber value.
|
void |
setMethodName(java.lang.String methodName)
Set the methodName value.
|
void |
write(org.json.JSONStringer writer) |
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - the className value to setpublic java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName - the methodName value to setpublic java.lang.Integer getLineNumber()
public void setLineNumber(java.lang.Integer lineNumber)
lineNumber - the lineNumber value to setpublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName - the fileName 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