Class StackFrame

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.Model

    public class StackFrame
    extends java.lang.Object
    implements com.microsoft.appcenter.ingestion.models.Model
    The StackFrame model.
    • Constructor Summary

      Constructors 
      Constructor Description
      StackFrame()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StackFrame

        public StackFrame()
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Get the className value.
        Returns:
        the className value
      • setClassName

        public void setClassName​(java.lang.String className)
        Set the className value.
        Parameters:
        className - the className value to set
      • getMethodName

        public java.lang.String getMethodName()
        Get the methodName value.
        Returns:
        the methodName value
      • setMethodName

        public void setMethodName​(java.lang.String methodName)
        Set the methodName value.
        Parameters:
        methodName - the methodName value to set
      • getLineNumber

        public java.lang.Integer getLineNumber()
        Get the lineNumber value.
        Returns:
        the lineNumber value
      • setLineNumber

        public void setLineNumber​(java.lang.Integer lineNumber)
        Set the lineNumber value.
        Parameters:
        lineNumber - the lineNumber value to set
      • getFileName

        public java.lang.String getFileName()
        Get the fileName value.
        Returns:
        the fileName value
      • setFileName

        public void setFileName​(java.lang.String fileName)
        Set the fileName value.
        Parameters:
        fileName - the fileName value to set
      • read

        public void read​(org.json.JSONObject object)
                  throws org.json.JSONException
        Specified by:
        read in interface com.microsoft.appcenter.ingestion.models.Model
        Throws:
        org.json.JSONException
      • write

        public void write​(org.json.JSONStringer writer)
                   throws org.json.JSONException
        Specified by:
        write in interface com.microsoft.appcenter.ingestion.models.Model
        Throws:
        org.json.JSONException
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object