Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class CryptoGetStakersResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<CryptoGetStakersResponse,CryptoGetStakersResponse.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<CryptoGetStakersResponse,CryptoGetStakersResponse.Builder>
com.hedera.hashgraph.sdk.proto.CryptoGetStakersResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,CryptoGetStakersResponseOrBuilder,Cloneable
- Enclosing class:
CryptoGetStakersResponse
public static final class CryptoGetStakersResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<CryptoGetStakersResponse,CryptoGetStakersResponse.Builder>
implements CryptoGetStakersResponseOrBuilder
* Response when the client sends the node CryptoGetStakersQueryProtobuf type
proto.CryptoGetStakersResponse-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).* List of accounts proxy staking to this account, and the amount each is currently proxy staking* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).* List of accounts proxy staking to this account, and the amount each is currently proxy stakingboolean* The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).boolean* List of accounts proxy staking to this account, and the amount each is currently proxy stakingmergeHeader(ResponseHeader value) * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).mergeStakers(AllProxyStakers value) * List of accounts proxy staking to this account, and the amount each is currently proxy stakingsetHeader(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).setStakers(AllProxyStakers value) * List of accounts proxy staking to this account, and the amount each is currently proxy stakingsetStakers(AllProxyStakers.Builder builderForValue) * List of accounts proxy staking to this account, and the amount each is currently proxy stakingMethods 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 interfaceCryptoGetStakersResponseOrBuilder- 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 interfaceCryptoGetStakersResponseOrBuilder- 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; -
hasStakers
public boolean hasStakers()* List of accounts proxy staking to this account, and the amount each is currently proxy staking
.proto.AllProxyStakers stakers = 3;- Specified by:
hasStakersin interfaceCryptoGetStakersResponseOrBuilder- Returns:
- Whether the stakers field is set.
-
getStakers
* List of accounts proxy staking to this account, and the amount each is currently proxy staking
.proto.AllProxyStakers stakers = 3;- Specified by:
getStakersin interfaceCryptoGetStakersResponseOrBuilder- Returns:
- The stakers.
-
setStakers
* List of accounts proxy staking to this account, and the amount each is currently proxy staking
.proto.AllProxyStakers stakers = 3; -
setStakers
* List of accounts proxy staking to this account, and the amount each is currently proxy staking
.proto.AllProxyStakers stakers = 3; -
mergeStakers
* List of accounts proxy staking to this account, and the amount each is currently proxy staking
.proto.AllProxyStakers stakers = 3; -
clearStakers
* List of accounts proxy staking to this account, and the amount each is currently proxy staking
.proto.AllProxyStakers stakers = 3;
-