Interface InvokeReplyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InvokeReply, InvokeReply.Builder

public interface InvokeReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .commandable.ErrorDescription error = 1;
    .commandable.ErrorDescription error = 1;
    boolean
    bool result_empty = 2;
    string result_json = 3;
    com.google.protobuf.ByteString
    string result_json = 3;
    boolean
    .commandable.ErrorDescription error = 1;

    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

    • hasError

      boolean hasError()
      .commandable.ErrorDescription error = 1;
    • getError

      ErrorDescription getError()
      .commandable.ErrorDescription error = 1;
    • getErrorOrBuilder

      ErrorDescriptionOrBuilder getErrorOrBuilder()
      .commandable.ErrorDescription error = 1;
    • getResultEmpty

      boolean getResultEmpty()
      bool result_empty = 2;
    • getResultJson

      String getResultJson()
      string result_json = 3;
    • getResultJsonBytes

      com.google.protobuf.ByteString getResultJsonBytes()
      string result_json = 3;