Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Class AllProxyStakers.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<AllProxyStakers,AllProxyStakers.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<AllProxyStakers,AllProxyStakers.Builder>
com.hedera.hashgraph.sdk.proto.AllProxyStakers.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,AllProxyStakersOrBuilder,Cloneable
- Enclosing class:
AllProxyStakers
public static final class AllProxyStakers.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AllProxyStakers,AllProxyStakers.Builder>
implements AllProxyStakersOrBuilder
* All of the accounts proxy staking to a given account, and the amounts proxy stakedProtobuf type
proto.AllProxyStakers-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllProxyStaker(Iterable<? extends ProxyStaker> values) * Each of the proxy staking accounts, and the amount they are proxy stakingaddProxyStaker(int index, ProxyStaker value) * Each of the proxy staking accounts, and the amount they are proxy stakingaddProxyStaker(int index, ProxyStaker.Builder builderForValue) * Each of the proxy staking accounts, and the amount they are proxy stakingaddProxyStaker(ProxyStaker value) * Each of the proxy staking accounts, and the amount they are proxy stakingaddProxyStaker(ProxyStaker.Builder builderForValue) * Each of the proxy staking accounts, and the amount they are proxy staking* The Account ID that is being proxy staked to* Each of the proxy staking accounts, and the amount they are proxy staking* The Account ID that is being proxy staked togetProxyStaker(int index) * Each of the proxy staking accounts, and the amount they are proxy stakingint* Each of the proxy staking accounts, and the amount they are proxy staking* Each of the proxy staking accounts, and the amount they are proxy stakingboolean* The Account ID that is being proxy staked tomergeAccountID(AccountID value) * The Account ID that is being proxy staked toremoveProxyStaker(int index) * Each of the proxy staking accounts, and the amount they are proxy stakingsetAccountID(AccountID value) * The Account ID that is being proxy staked tosetAccountID(AccountID.Builder builderForValue) * The Account ID that is being proxy staked tosetProxyStaker(int index, ProxyStaker value) * Each of the proxy staking accounts, and the amount they are proxy stakingsetProxyStaker(int index, ProxyStaker.Builder builderForValue) * Each of the proxy staking accounts, and the amount they are 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
-
hasAccountID
public boolean hasAccountID()* The Account ID that is being proxy staked to
.proto.AccountID accountID = 1;- Specified by:
hasAccountIDin interfaceAllProxyStakersOrBuilder- Returns:
- Whether the accountID field is set.
-
getAccountID
* The Account ID that is being proxy staked to
.proto.AccountID accountID = 1;- Specified by:
getAccountIDin interfaceAllProxyStakersOrBuilder- Returns:
- The accountID.
-
setAccountID
* The Account ID that is being proxy staked to
.proto.AccountID accountID = 1; -
setAccountID
* The Account ID that is being proxy staked to
.proto.AccountID accountID = 1; -
mergeAccountID
* The Account ID that is being proxy staked to
.proto.AccountID accountID = 1; -
clearAccountID
* The Account ID that is being proxy staked to
.proto.AccountID accountID = 1; -
getProxyStakerList
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2;- Specified by:
getProxyStakerListin interfaceAllProxyStakersOrBuilder
-
getProxyStakerCount
public int getProxyStakerCount()* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2;- Specified by:
getProxyStakerCountin interfaceAllProxyStakersOrBuilder
-
getProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2;- Specified by:
getProxyStakerin interfaceAllProxyStakersOrBuilder
-
setProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
setProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
addProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
addProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
addProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
addProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
addAllProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
clearProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2; -
removeProxyStaker
* Each of the proxy staking accounts, and the amount they are proxy staking
repeated .proto.ProxyStaker proxyStaker = 2;
-