Interface Transactions.ProtoStreamElementOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute()
      string attribute = 3;
      com.google.protobuf.ByteString getAttributeBytes()
      string attribute = 3;
      boolean getDelete()
      bool delete = 5;
      java.lang.String getEntity()
      string entity = 1;
      com.google.protobuf.ByteString getEntityBytes()
      string entity = 1;
      java.lang.String getKey()
      string key = 2;
      com.google.protobuf.ByteString getKeyBytes()
      string key = 2;
      long getSeqId()
      uint64 seqId = 8;
      long getStamp()
      uint64 stamp = 6;
      java.lang.String getUuid()
      string uuid = 7;
      com.google.protobuf.ByteString getUuidBytes()
      string uuid = 7;
      com.google.protobuf.ByteString getValue()
      bytes value = 4;
      • 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

      • getEntity

        java.lang.String getEntity()
        string entity = 1;
        Returns:
        The entity.
      • getEntityBytes

        com.google.protobuf.ByteString getEntityBytes()
        string entity = 1;
        Returns:
        The bytes for entity.
      • getKey

        java.lang.String getKey()
        string key = 2;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
        string key = 2;
        Returns:
        The bytes for key.
      • getAttribute

        java.lang.String getAttribute()
        string attribute = 3;
        Returns:
        The attribute.
      • getAttributeBytes

        com.google.protobuf.ByteString getAttributeBytes()
        string attribute = 3;
        Returns:
        The bytes for attribute.
      • getValue

        com.google.protobuf.ByteString getValue()
        bytes value = 4;
        Returns:
        The value.
      • getDelete

        boolean getDelete()
        bool delete = 5;
        Returns:
        The delete.
      • getStamp

        long getStamp()
        uint64 stamp = 6;
        Returns:
        The stamp.
      • getUuid

        java.lang.String getUuid()
        string uuid = 7;
        Returns:
        The uuid.
      • getUuidBytes

        com.google.protobuf.ByteString getUuidBytes()
        string uuid = 7;
        Returns:
        The bytes for uuid.
      • getSeqId

        long getSeqId()
        uint64 seqId = 8;
        Returns:
        The seqId.