接口 ThreadStackTraceOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
ThreadStackTrace,ThreadStackTrace.Builder
public interface ThreadStackTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetNonce()string nonce = 1;com.google.protobuf.ByteStringgetNonceBytes()string nonce = 1;StringgetThreadStackTrace()optional string thread_stack_trace = 2;com.google.protobuf.ByteStringgetThreadStackTraceBytes()optional string thread_stack_trace = 2;booleanhasThreadStackTrace()optional string thread_stack_trace = 2;
-
-
-
方法详细资料
-
getNonce
String getNonce()
string nonce = 1;- 返回:
- The nonce.
-
getNonceBytes
com.google.protobuf.ByteString getNonceBytes()
string nonce = 1;- 返回:
- The bytes for nonce.
-
hasThreadStackTrace
boolean hasThreadStackTrace()
optional string thread_stack_trace = 2;- 返回:
- Whether the threadStackTrace field is set.
-
getThreadStackTrace
String getThreadStackTrace()
optional string thread_stack_trace = 2;- 返回:
- The threadStackTrace.
-
getThreadStackTraceBytes
com.google.protobuf.ByteString getThreadStackTraceBytes()
optional string thread_stack_trace = 2;- 返回:
- The bytes for threadStackTrace.
-
-