Interface ScheduleGetInfoResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    * Detail information for a schedule.
    boolean
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    * Detail information for a schedule.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
       *
       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()
       *
       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.
    • hasScheduleInfo

      boolean hasScheduleInfo()
       *
       Detail information for a schedule.
       <p>
       This field SHALL contain all available schedule detail.
       
      .proto.ScheduleInfo scheduleInfo = 2;
      Returns:
      Whether the scheduleInfo field is set.
    • getScheduleInfo

      ScheduleInfo getScheduleInfo()
       *
       Detail information for a schedule.
       <p>
       This field SHALL contain all available schedule detail.
       
      .proto.ScheduleInfo scheduleInfo = 2;
      Returns:
      The scheduleInfo.