Interface Transactions.ProtoResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Transactions.Flags getFlags()
      .cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;
      int getFlagsValue()
      .cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;
      int getResponsePartitionId()
      int32 responsePartitionId = 4;
      long getSeqId()
      uint64 seqId = 2;
      long getStamp()
      fixed64 stamp = 3;
      • 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

      • getFlagsValue

        int getFlagsValue()
        .cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;
        Returns:
        The enum numeric value on the wire for flags.
      • getFlags

        Transactions.Flags getFlags()
        .cz.o2.proxima.scheme.proto.transactions.Flags flags = 1;
        Returns:
        The flags.
      • getSeqId

        long getSeqId()
        uint64 seqId = 2;
        Returns:
        The seqId.
      • getStamp

        long getStamp()
        fixed64 stamp = 3;
        Returns:
        The stamp.
      • getResponsePartitionId

        int getResponsePartitionId()
        int32 responsePartitionId = 4;
        Returns:
        The responsePartitionId.