Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ConsensusDeleteTopicTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ConsensusDeleteTopicTransactionBody,ConsensusDeleteTopicTransactionBody.Builder
@Generated
public interface ConsensusDeleteTopicTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* Topic to be deleted.boolean* Topic to be deleted.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasTopicID
boolean hasTopicID()* Topic to be deleted.
.proto.TopicID topicID = 1;- Returns:
- Whether the topicID field is set.
-
getTopicID
TopicID getTopicID()* Topic to be deleted.
.proto.TopicID topicID = 1;- Returns:
- The topicID.
-