Package org.webswing.model.app.proto
Interface ServerAppFrameProto.ThreadDumpMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAppFrameProto.ThreadDumpMsgOutProto,ServerAppFrameProto.ThreadDumpMsgOutProto.Builder
- Enclosing class:
- ServerAppFrameProto
public static interface ServerAppFrameProto.ThreadDumpMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDumpId()optional string dumpId = 2;com.google.protobuf.ByteStringgetDumpIdBytes()optional string dumpId = 2;java.lang.StringgetReason()optional string reason = 3;com.google.protobuf.ByteStringgetReasonBytes()optional string reason = 3;longgetTimestamp()optional sint64 timestamp = 1;booleanhasDumpId()optional string dumpId = 2;booleanhasReason()optional string reason = 3;booleanhasTimestamp()optional sint64 timestamp = 1;-
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;
-
-