Interface ServerAppFrameProto.ThreadDumpMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDumpId()
      optional string dumpId = 2;
      com.google.protobuf.ByteString getDumpIdBytes()
      optional string dumpId = 2;
      java.lang.String getReason()
      optional string reason = 3;
      com.google.protobuf.ByteString getReasonBytes()
      optional string reason = 3;
      long getTimestamp()
      optional sint64 timestamp = 1;
      boolean hasDumpId()
      optional string dumpId = 2;
      boolean hasReason()
      optional string reason = 3;
      boolean hasTimestamp()
      optional sint64 timestamp = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
        optional sint64 timestamp = 1;
      • getTimestamp

        long getTimestamp()
        optional sint64 timestamp = 1;
      • hasDumpId

        boolean hasDumpId()
        optional string dumpId = 2;
      • getDumpId

        java.lang.String getDumpId()
        optional string dumpId = 2;
      • getDumpIdBytes

        com.google.protobuf.ByteString getDumpIdBytes()
        optional string dumpId = 2;
      • hasReason

        boolean hasReason()
        optional string reason = 3;
      • getReason

        java.lang.String getReason()
        optional string reason = 3;
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        optional string reason = 3;