Package 

Class CrashDataThread

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

    
    public class CrashDataThread
     implements IJsonSerializable, Serializable
                        

    Data contract class CrashDataThread.

    • Constructor Summary

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

      Modifier and Type Method Description
      int getId() Gets the Id property.
      void setId(int value) Sets the Id property.
      List<CrashDataThreadFrame> getFrames() Gets the Frames property.
      void setFrames(List<CrashDataThreadFrame> value) Sets the Frames 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

      • CrashDataThread

        CrashDataThread()
        Initializes a new instance of the CrashDataThread class.