Interface Transactions.KeyAttributeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute()
      string attribute = 4;
      com.google.protobuf.ByteString getAttributeBytes()
      string attribute = 4;
      java.lang.String getAttributeDesc()
      string attributeDesc = 3;
      com.google.protobuf.ByteString getAttributeDescBytes()
      string attributeDesc = 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 = 6;
      • 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.
      • getAttributeDesc

        java.lang.String getAttributeDesc()
        string attributeDesc = 3;
        Returns:
        The attributeDesc.
      • getAttributeDescBytes

        com.google.protobuf.ByteString getAttributeDescBytes()
        string attributeDesc = 3;
        Returns:
        The bytes for attributeDesc.
      • getAttribute

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

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

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

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