Interface TraceRmi.XReplyInvokeMethodOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TraceRmi.XReplyInvokeMethod, TraceRmi.XReplyInvokeMethod.Builder
Enclosing class:
TraceRmi

public static interface TraceRmi.XReplyInvokeMethodOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string error = 1;
    com.google.protobuf.ByteString
    string error = 1;
    .ghidra.rmi.trace.Value return_value = 2;
    .ghidra.rmi.trace.Value return_value = 2;
    boolean
    .ghidra.rmi.trace.Value return_value = 2;

    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 Details

    • getError

      String getError()
      string error = 1;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
      string error = 1;
      Returns:
      The bytes for error.
    • hasReturnValue

      boolean hasReturnValue()
      .ghidra.rmi.trace.Value return_value = 2;
      Returns:
      Whether the returnValue field is set.
    • getReturnValue

      TraceRmi.Value getReturnValue()
      .ghidra.rmi.trace.Value return_value = 2;
      Returns:
      The returnValue.
    • getReturnValueOrBuilder

      TraceRmi.ValueOrBuilder getReturnValueOrBuilder()
      .ghidra.rmi.trace.Value return_value = 2;