Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface GetByKeyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetByKeyResponse,GetByKeyResponse.Builder
@Generated
@Deprecated
public interface GetByKeyResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetEntities(int index) Deprecated.* The list of entities that include this public key in their associated Key listintDeprecated.* The list of entities that include this public key in their associated Key listDeprecated.* The list of entities that include this public key in their associated Key listDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).booleanDeprecated.* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()Deprecated.* 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()Deprecated.* 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.
-
getEntitiesList
Deprecated.* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
getEntities
Deprecated.* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
getEntitiesCount
int getEntitiesCount()Deprecated.* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2;
-