Interface AntidotePB.ApbOperationRespOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getErrorcode()
      optional uint32 errorcode = 2;
      boolean getSuccess()
      required bool success = 1;
      boolean hasErrorcode()
      optional uint32 errorcode = 2;
      boolean hasSuccess()
      required bool success = 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 Detail

      • hasSuccess

        boolean hasSuccess()
        required bool success = 1;
      • getSuccess

        boolean getSuccess()
        required bool success = 1;
      • hasErrorcode

        boolean hasErrorcode()
        optional uint32 errorcode = 2;
      • getErrorcode

        int getErrorcode()
        optional uint32 errorcode = 2;