Interface GetBySolidityIDResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    * An account identifier.
    Deprecated.
    * A contract identifier.
    Deprecated.
    * A file identifier.
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    Deprecated.
    * An account identifier.
    boolean
    Deprecated.
    * A contract identifier.
    boolean
    Deprecated.
    * A file identifier.
    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.
    • hasAccountID

      boolean hasAccountID()
      Deprecated.
       *
       An account identifier.
       <p>
       This SHALL identify an account that backs the requested smart contract.
       
      .proto.AccountID accountID = 2;
      Returns:
      Whether the accountID field is set.
    • getAccountID

      AccountID getAccountID()
      Deprecated.
       *
       An account identifier.
       <p>
       This SHALL identify an account that backs the requested smart contract.
       
      .proto.AccountID accountID = 2;
      Returns:
      The accountID.
    • hasFileID

      boolean hasFileID()
      Deprecated.
       *
       A file identifier.
       <p>
       This SHALL identify a file, the contents of which are the EVM
       bytecode for the requested smart contract.
       
      .proto.FileID fileID = 3;
      Returns:
      Whether the fileID field is set.
    • getFileID

      FileID getFileID()
      Deprecated.
       *
       A file identifier.
       <p>
       This SHALL identify a file, the contents of which are the EVM
       bytecode for the requested smart contract.
       
      .proto.FileID fileID = 3;
      Returns:
      The fileID.
    • hasContractID

      boolean hasContractID()
      Deprecated.
       *
       A contract identifier.
       <p>
       This SHALL identify the requested smart contract.
       
      .proto.ContractID contractID = 4;
      Returns:
      Whether the contractID field is set.
    • getContractID

      ContractID getContractID()
      Deprecated.
       *
       A contract identifier.
       <p>
       This SHALL identify the requested smart contract.
       
      .proto.ContractID contractID = 4;
      Returns:
      The contractID.