-
- 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 intgetLevel()Gets the Level property. voidsetLevel(int value)Sets the Level property. StringgetMethod()Gets the Method property. voidsetMethod(String value)Sets the Method property. StringgetAssembly()Gets the Assembly property. voidsetAssembly(String value)Sets the Assembly property. StringgetFileName()Gets the FileName property. voidsetFileName(String value)Sets the FileName property. intgetLine()Gets the Line property. voidsetLine(int value)Sets the Line property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getLevel
int getLevel()
Gets the Level property.
-
setLevel
void setLevel(int value)
Sets the Level property.
-
getAssembly
String getAssembly()
Gets the Assembly property.
-
setAssembly
void setAssembly(String value)
Sets the Assembly property.
-
getFileName
String getFileName()
Gets the FileName property.
-
setFileName
void setFileName(String value)
Sets the FileName property.
-
getLine
int getLine()
Gets the Line property.
-
setLine
void setLine(int value)
Sets the Line property.
-
-
-
-