Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ConsensusGetTopicInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ConsensusGetTopicInfoResponse,ConsensusGetTopicInfoResponse.Builder
@Generated
public interface ConsensusGetTopicInfoResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).* The ID of the topic requested in the query.* Information describing the current state of the topic.boolean* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).boolean* The ID of the topic requested in the query.boolean* Information describing the current state of the topic.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.
-
hasTopicID
boolean hasTopicID()* The ID of the topic requested in the query.
.proto.TopicID topicID = 2;- Returns:
- Whether the topicID field is set.
-
getTopicID
TopicID getTopicID()* The ID of the topic requested in the query.
.proto.TopicID topicID = 2;- Returns:
- The topicID.
-
hasTopicInfo
boolean hasTopicInfo()* Information describing the current state of the topic.
.proto.ConsensusTopicInfo topicInfo = 5;- Returns:
- Whether the topicInfo field is set.
-
getTopicInfo
ConsensusTopicInfo getTopicInfo()* Information describing the current state of the topic.
.proto.ConsensusTopicInfo topicInfo = 5;- Returns:
- The topicInfo.
-