Interface AntidotePB.ApbStartTransactionRespOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getErrorcode()
      optional uint32 errorcode = 3;
      boolean getSuccess()
      required bool success = 1;
      com.google.protobuf.ByteString getTransactionDescriptor()
      optional bytes transaction_descriptor = 2;
      boolean hasErrorcode()
      optional uint32 errorcode = 3;
      boolean hasSuccess()
      required bool success = 1;
      boolean hasTransactionDescriptor()
      optional bytes transaction_descriptor = 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 Detail

      • hasSuccess

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

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

        boolean hasTransactionDescriptor()
        optional bytes transaction_descriptor = 2;
      • getTransactionDescriptor

        com.google.protobuf.ByteString getTransactionDescriptor()
        optional bytes transaction_descriptor = 2;
      • hasErrorcode

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

        int getErrorcode()
        optional uint32 errorcode = 3;