Package ghidra.rmi.trace
Interface TraceRmi.SpanOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceRmi.Span,TraceRmi.Span.Builder
- Enclosing class:
TraceRmi
public static interface TraceRmi.SpanOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMin
long getMin()int64 min = 1;- Returns:
- The min.
-
getMax
long getMax()int64 max = 2;- Returns:
- The max.
-