Package 

Class StackFrame

  • All Implemented Interfaces:
    com.microsoft.telemetry.IJsonSerializable , java.io.Serializable

    
    public class StackFrame
     implements IJsonSerializable, Serializable
                        

    Data contract class StackFrame.

    • Constructor Summary

      Constructors 
      Constructor Description
      StackFrame() Initializes a new instance of the StackFrame class.
    • Method Summary

      Modifier and Type Method Description
      int getLevel() Gets the Level property.
      void setLevel(int value) Sets the Level property.
      String getMethod() Gets the Method property.
      void setMethod(String value) Sets the Method property.
      String getAssembly() Gets the Assembly property.
      void setAssembly(String value) Sets the Assembly property.
      String getFileName() Gets the FileName property.
      void setFileName(String value) Sets the FileName property.
      int getLine() Gets the Line property.
      void setLine(int value) Sets the Line property.
      void serialize(Writer writer) Serializes the beginning of this object to the passed in writer.
      • Methods inherited from class com.microsoft.telemetry.IJsonSerializable

        serialize
      • Methods inherited from class java.lang.Object

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

      • StackFrame

        StackFrame()
        Initializes a new instance of the StackFrame class.
    • Method Detail

      • getLevel

         int getLevel()

        Gets the Level property.

      • setLevel

         void setLevel(int value)

        Sets the Level property.

      • getLine

         int getLine()

        Gets the Line property.

      • setLine

         void setLine(int value)

        Sets the Line property.

      • serialize

         void serialize(Writer writer)

        Serializes the beginning of this object to the passed in writer.

        Parameters:
        writer - The writer to serialize this object to.