Interface ContractGetRecordsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ContractGetRecordsResponse, ContractGetRecordsResponse.Builder

@Generated @Deprecated public interface ContractGetRecordsResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    * A smart contract that this response describes.
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    getRecords(int index)
    Deprecated.
    * A list of records, each with contractCreateResult or contractCallResult as its body
    int
    Deprecated.
    * A list of records, each with contractCreateResult or contractCallResult as its body
    Deprecated.
    * A list of records, each with contractCreateResult or contractCallResult as its body
    boolean
    Deprecated.
    * A smart contract that this response describes.
    boolean
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • hasContractID

      boolean hasContractID()
      Deprecated.
       *
       A smart contract that this response describes.
       
      .proto.ContractID contractID = 2;
      Returns:
      Whether the contractID field is set.
    • getContractID

      ContractID getContractID()
      Deprecated.
       *
       A smart contract that this response describes.
       
      .proto.ContractID contractID = 2;
      Returns:
      The contractID.
    • getRecordsList

      List<TransactionRecord> getRecordsList()
      Deprecated.
       *
       A list of records, each with contractCreateResult or contractCallResult as its body
       
      repeated .proto.TransactionRecord records = 3;
    • getRecords

      TransactionRecord getRecords(int index)
      Deprecated.
       *
       A list of records, each with contractCreateResult or contractCallResult as its body
       
      repeated .proto.TransactionRecord records = 3;
    • getRecordsCount

      int getRecordsCount()
      Deprecated.
       *
       A list of records, each with contractCreateResult or contractCallResult as its body
       
      repeated .proto.TransactionRecord records = 3;