com.hedera.hashgraph.sdk.proto.ScheduleGetInfoQueryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schedule_get_info.proto
package com.hedera.hashgraph.sdk.proto;
public interface ScheduleGetInfoQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ScheduleGetInfoQuery)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* standard info sent from client to node including the signed payment, and what kind of response
* is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* standard info sent from client to node including the signed payment, and what kind of response
* is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hedera.hashgraph.sdk.proto.QueryHeader getHeader();
/**
*
**
* The id of the schedule to interrogate
*
*
* .proto.ScheduleID scheduleID = 2;
* @return Whether the scheduleID field is set.
*/
boolean hasScheduleID();
/**
*
**
* The id of the schedule to interrogate
*
*
* .proto.ScheduleID scheduleID = 2;
* @return The scheduleID.
*/
com.hedera.hashgraph.sdk.proto.ScheduleID getScheduleID();
}