com.hederahashgraph.api.proto.java.EntityIDOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: get_by_key.proto
package com.hederahashgraph.api.proto.java;
public interface EntityIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.EntityID)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Account ID for the cryptocurrency account
*
*
* .proto.AccountID accountID = 1;
* @return Whether the accountID field is set.
*/
boolean hasAccountID();
/**
*
**
* The Account ID for the cryptocurrency account
*
*
* .proto.AccountID accountID = 1;
* @return The accountID.
*/
com.hederahashgraph.api.proto.java.AccountID getAccountID();
/**
*
**
* The Account ID for the cryptocurrency account
*
*
* .proto.AccountID accountID = 1;
*/
com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder();
/**
*
**
* A uniquely identifying livehash of an acount
*
*
* .proto.LiveHash liveHash = 2;
* @return Whether the liveHash field is set.
*/
boolean hasLiveHash();
/**
*
**
* A uniquely identifying livehash of an acount
*
*
* .proto.LiveHash liveHash = 2;
* @return The liveHash.
*/
com.hederahashgraph.api.proto.java.LiveHash getLiveHash();
/**
*
**
* A uniquely identifying livehash of an acount
*
*
* .proto.LiveHash liveHash = 2;
*/
com.hederahashgraph.api.proto.java.LiveHashOrBuilder getLiveHashOrBuilder();
/**
*
**
* The file ID of the file
*
*
* .proto.FileID fileID = 3;
* @return Whether the fileID field is set.
*/
boolean hasFileID();
/**
*
**
* The file ID of the file
*
*
* .proto.FileID fileID = 3;
* @return The fileID.
*/
com.hederahashgraph.api.proto.java.FileID getFileID();
/**
*
**
* The file ID of the file
*
*
* .proto.FileID fileID = 3;
*/
com.hederahashgraph.api.proto.java.FileIDOrBuilder getFileIDOrBuilder();
/**
*
**
* The smart contract ID that identifies instance
*
*
* .proto.ContractID contractID = 4;
* @return Whether the contractID field is set.
*/
boolean hasContractID();
/**
*
**
* The smart contract ID that identifies instance
*
*
* .proto.ContractID contractID = 4;
* @return The contractID.
*/
com.hederahashgraph.api.proto.java.ContractID getContractID();
/**
*
**
* The smart contract ID that identifies instance
*
*
* .proto.ContractID contractID = 4;
*/
com.hederahashgraph.api.proto.java.ContractIDOrBuilder getContractIDOrBuilder();
public com.hederahashgraph.api.proto.java.EntityID.EntityCase getEntityCase();
}