Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class GetByKeyResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<GetByKeyResponse,GetByKeyResponse.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<GetByKeyResponse,GetByKeyResponse.Builder>
com.hedera.hashgraph.sdk.proto.GetByKeyResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetByKeyResponseOrBuilder,Cloneable
- Enclosing class:
GetByKeyResponse
public static final class GetByKeyResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<GetByKeyResponse,GetByKeyResponse.Builder>
implements GetByKeyResponseOrBuilder
* Response when the client sends the node GetByKeyQuery > This query is no longer supported.Protobuf type
proto.GetByKeyResponse-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllEntities(Iterable<? extends EntityID> values) * The list of entities that include this public key in their associated Key listaddEntities(int index, EntityID value) * The list of entities that include this public key in their associated Key listaddEntities(int index, EntityID.Builder builderForValue) * The list of entities that include this public key in their associated Key listaddEntities(EntityID value) * The list of entities that include this public key in their associated Key listaddEntities(EntityID.Builder builderForValue) * The list of entities that include this public key in their associated Key list* The list of entities that include this public key in their associated Key list* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).getEntities(int index) * The list of entities that include this public key in their associated Key listint* The list of entities that include this public key in their associated Key list* The list of entities that include this public key in their associated Key list* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).boolean* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).mergeHeader(ResponseHeader value) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).removeEntities(int index) * The list of entities that include this public key in their associated Key listsetEntities(int index, EntityID value) * The list of entities that include this public key in their associated Key listsetEntities(int index, EntityID.Builder builderForValue) * The list of entities that include this public key in their associated Key listsetHeader(ResponseHeader value) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).setHeader(ResponseHeader.Builder builderForValue) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
public 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;- Specified by:
hasHeaderin interfaceGetByKeyResponseOrBuilder- Returns:
- Whether the header field is set.
-
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;- Specified by:
getHeaderin interfaceGetByKeyResponseOrBuilder- Returns:
- The header.
-
setHeader
* 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; -
setHeader
* 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; -
mergeHeader
* 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; -
clearHeader
* 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; -
getEntitiesList
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2;- Specified by:
getEntitiesListin interfaceGetByKeyResponseOrBuilder
-
getEntitiesCount
public int getEntitiesCount()* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2;- Specified by:
getEntitiesCountin interfaceGetByKeyResponseOrBuilder
-
getEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2;- Specified by:
getEntitiesin interfaceGetByKeyResponseOrBuilder
-
setEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
setEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
addEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
addEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
addEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
addEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
addAllEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
clearEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2; -
removeEntities
* The list of entities that include this public key in their associated Key list
repeated .proto.EntityID entities = 2;
-