com.hederahashgraph.api.proto.java.EntityIDPairOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/common.proto
package com.hederahashgraph.api.proto.java;
public interface EntityIDPairOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.EntityIDPair)
com.google.protobuf.MessageOrBuilder {
/**
* .proto.AccountID account_id = 1;
* @return Whether the accountId field is set.
*/
boolean hasAccountId();
/**
* .proto.AccountID account_id = 1;
* @return The accountId.
*/
com.hederahashgraph.api.proto.java.AccountID getAccountId();
/**
* .proto.AccountID account_id = 1;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIdOrBuilder();
/**
* .proto.TokenID token_id = 2;
* @return Whether the tokenId field is set.
*/
boolean hasTokenId();
/**
* .proto.TokenID token_id = 2;
* @return The tokenId.
*/
com.hederahashgraph.api.proto.java.TokenID getTokenId();
/**
* .proto.TokenID token_id = 2;
*/
com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy