Interface TraceRmi.MethodOrBuilder

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

public static interface TraceRmi.MethodOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getAction

      String getAction()
      string action = 2;
      Returns:
      The action.
    • getActionBytes

      com.google.protobuf.ByteString getActionBytes()
      string action = 2;
      Returns:
      The bytes for action.
    • getDisplay

      String getDisplay()
      string display = 3;
      Returns:
      The display.
    • getDisplayBytes

      com.google.protobuf.ByteString getDisplayBytes()
      string display = 3;
      Returns:
      The bytes for display.
    • getDescription

      String getDescription()
      string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 4;
      Returns:
      The bytes for description.
    • getParametersList

      List<TraceRmi.MethodParameter> getParametersList()
      repeated .ghidra.rmi.trace.MethodParameter parameters = 5;
    • getParameters

      TraceRmi.MethodParameter getParameters(int index)
      repeated .ghidra.rmi.trace.MethodParameter parameters = 5;
    • getParametersCount

      int getParametersCount()
      repeated .ghidra.rmi.trace.MethodParameter parameters = 5;
    • getParametersOrBuilderList

      List<? extends TraceRmi.MethodParameterOrBuilder> getParametersOrBuilderList()
      repeated .ghidra.rmi.trace.MethodParameter parameters = 5;
    • getParametersOrBuilder

      TraceRmi.MethodParameterOrBuilder getParametersOrBuilder(int index)
      repeated .ghidra.rmi.trace.MethodParameter parameters = 5;
    • hasReturnType

      boolean hasReturnType()
       I'd like to make them all void, but I think executing a command and capturing its output
       justifies being able to return a result. It should be used very sparingly.
       
      .ghidra.rmi.trace.ValueType return_type = 6;
      Returns:
      Whether the returnType field is set.
    • getReturnType

      TraceRmi.ValueType getReturnType()
       I'd like to make them all void, but I think executing a command and capturing its output
       justifies being able to return a result. It should be used very sparingly.
       
      .ghidra.rmi.trace.ValueType return_type = 6;
      Returns:
      The returnType.
    • getReturnTypeOrBuilder

      TraceRmi.ValueTypeOrBuilder getReturnTypeOrBuilder()
       I'd like to make them all void, but I think executing a command and capturing its output
       justifies being able to return a result. It should be used very sparingly.
       
      .ghidra.rmi.trace.ValueType return_type = 6;
    • getOkText

      String getOkText()
      string ok_text = 7;
      Returns:
      The okText.
    • getOkTextBytes

      com.google.protobuf.ByteString getOkTextBytes()
      string ok_text = 7;
      Returns:
      The bytes for okText.
    • getIcon

      String getIcon()
      string icon = 8;
      Returns:
      The icon.
    • getIconBytes

      com.google.protobuf.ByteString getIconBytes()
      string icon = 8;
      Returns:
      The bytes for icon.