Interface GetBySolidityIDQueryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
    Deprecated.
    * A contract ID in the format used by Solidity.
    com.google.protobuf.ByteString
    Deprecated.
    * A contract ID in the format used by Solidity.
    boolean
    Deprecated.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      QueryHeader getHeader()
      Deprecated.
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      The header.
    • getSolidityID

      String getSolidityID()
      Deprecated.
       *
       A contract ID in the format used by Solidity.
       <p>
       This field is REQUIRED.
       
      string solidityID = 2;
      Returns:
      The solidityID.
    • getSolidityIDBytes

      com.google.protobuf.ByteString getSolidityIDBytes()
      Deprecated.
       *
       A contract ID in the format used by Solidity.
       <p>
       This field is REQUIRED.
       
      string solidityID = 2;
      Returns:
      The bytes for solidityID.