Interface ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string errorMsg = 3;
    com.google.protobuf.ByteString
    optional string errorMsg = 3;
    int
    optional uint32 requestSeq = 1;
    int
    optional int32 result = 2;
    boolean
    optional string errorMsg = 3;
    boolean
    optional uint32 requestSeq = 1;
    boolean
    optional int32 result = 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

    • hasRequestSeq

      boolean hasRequestSeq()
      optional uint32 requestSeq = 1;
      Returns:
      Whether the requestSeq field is set.
    • getRequestSeq

      int getRequestSeq()
      optional uint32 requestSeq = 1;
      Returns:
      The requestSeq.
    • hasResult

      boolean hasResult()
      optional int32 result = 2;
      Returns:
      Whether the result field is set.
    • getResult

      int getResult()
      optional int32 result = 2;
      Returns:
      The result.
    • hasErrorMsg

      boolean hasErrorMsg()
      optional string errorMsg = 3;
      Returns:
      Whether the errorMsg field is set.
    • getErrorMsg

      String getErrorMsg()
      optional string errorMsg = 3;
      Returns:
      The errorMsg.
    • getErrorMsgBytes

      com.google.protobuf.ByteString getErrorMsgBytes()
      optional string errorMsg = 3;
      Returns:
      The bytes for errorMsg.