public static interface ProfitContract.SchemeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsCachedDelayTotalShares(long key)
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
|
Map<Long,Long> |
getCachedDelayTotalShares()
已过时。
|
int |
getCachedDelayTotalSharesCount()
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
|
Map<Long,Long> |
getCachedDelayTotalSharesMap()
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
|
long |
getCachedDelayTotalSharesOrDefault(long key,
long defaultValue)
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
|
long |
getCachedDelayTotalSharesOrThrow(long key)
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
|
boolean |
getCanRemoveBeneficiaryDirectly()
Whether you can directly remove the beneficiary.
|
long |
getCurrentPeriod()
The current period.
|
int |
getDelayDistributePeriodCount()
Delay distribute period.
|
boolean |
getIsReleaseAllBalanceEveryTimeByDefault()
Whether all the schemes balance will be distributed during distribution each period.
|
Client.Address |
getManager()
The manager of the scheme.
|
Client.AddressOrBuilder |
getManagerOrBuilder()
The manager of the scheme.
|
long |
getProfitReceivingDuePeriodCount()
Period of profit distribution.
|
String |
getReceivedTokenSymbols(int index)
The received token symbols.
|
com.google.protobuf.ByteString |
getReceivedTokenSymbolsBytes(int index)
The received token symbols.
|
int |
getReceivedTokenSymbolsCount()
The received token symbols.
|
List<String> |
getReceivedTokenSymbolsList()
The received token symbols.
|
Client.Hash |
getSchemeId()
The is of the scheme.
|
Client.HashOrBuilder |
getSchemeIdOrBuilder()
The is of the scheme.
|
ProfitContract.SchemeBeneficiaryShare |
getSubSchemes(int index)
Sub schemes information.
|
int |
getSubSchemesCount()
Sub schemes information.
|
List<ProfitContract.SchemeBeneficiaryShare> |
getSubSchemesList()
Sub schemes information.
|
ProfitContract.SchemeBeneficiaryShareOrBuilder |
getSubSchemesOrBuilder(int index)
Sub schemes information.
|
List<? extends ProfitContract.SchemeBeneficiaryShareOrBuilder> |
getSubSchemesOrBuilderList()
Sub schemes information.
|
long |
getTotalShares()
The total weight of the scheme.
|
Client.Address |
getVirtualAddress()
The virtual address of the scheme.
|
Client.AddressOrBuilder |
getVirtualAddressOrBuilder()
The virtual address of the scheme.
|
boolean |
hasManager()
The manager of the scheme.
|
boolean |
hasSchemeId()
The is of the scheme.
|
boolean |
hasVirtualAddress()
The virtual address of the scheme.
|
boolean hasVirtualAddress()
The virtual address of the scheme.
.Address virtual_address = 1;Client.Address getVirtualAddress()
The virtual address of the scheme.
.Address virtual_address = 1;Client.AddressOrBuilder getVirtualAddressOrBuilder()
The virtual address of the scheme.
.Address virtual_address = 1;long getTotalShares()
The total weight of the scheme.
int64 total_shares = 2;boolean hasManager()
The manager of the scheme.
.Address manager = 3;Client.Address getManager()
The manager of the scheme.
.Address manager = 3;Client.AddressOrBuilder getManagerOrBuilder()
The manager of the scheme.
.Address manager = 3;long getCurrentPeriod()
The current period.
int64 current_period = 4;List<ProfitContract.SchemeBeneficiaryShare> getSubSchemesList()
Sub schemes information.
repeated .SchemeBeneficiaryShare sub_schemes = 5;ProfitContract.SchemeBeneficiaryShare getSubSchemes(int index)
Sub schemes information.
repeated .SchemeBeneficiaryShare sub_schemes = 5;int getSubSchemesCount()
Sub schemes information.
repeated .SchemeBeneficiaryShare sub_schemes = 5;List<? extends ProfitContract.SchemeBeneficiaryShareOrBuilder> getSubSchemesOrBuilderList()
Sub schemes information.
repeated .SchemeBeneficiaryShare sub_schemes = 5;ProfitContract.SchemeBeneficiaryShareOrBuilder getSubSchemesOrBuilder(int index)
Sub schemes information.
repeated .SchemeBeneficiaryShare sub_schemes = 5;boolean getCanRemoveBeneficiaryDirectly()
Whether you can directly remove the beneficiary.
bool can_remove_beneficiary_directly = 6;long getProfitReceivingDuePeriodCount()
Period of profit distribution.
int64 profit_receiving_due_period_count = 7;boolean getIsReleaseAllBalanceEveryTimeByDefault()
Whether all the schemes balance will be distributed during distribution each period.
bool is_release_all_balance_every_time_by_default = 8;boolean hasSchemeId()
The is of the scheme.
.Hash scheme_id = 9;Client.Hash getSchemeId()
The is of the scheme.
.Hash scheme_id = 9;Client.HashOrBuilder getSchemeIdOrBuilder()
The is of the scheme.
.Hash scheme_id = 9;int getDelayDistributePeriodCount()
Delay distribute period.
int32 delay_distribute_period_count = 10;int getCachedDelayTotalSharesCount()
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
map<int64, int64> cached_delay_total_shares = 11;boolean containsCachedDelayTotalShares(long key)
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
map<int64, int64> cached_delay_total_shares = 11;@Deprecated Map<Long,Long> getCachedDelayTotalShares()
getCachedDelayTotalSharesMap() instead.Map<Long,Long> getCachedDelayTotalSharesMap()
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
map<int64, int64> cached_delay_total_shares = 11;long getCachedDelayTotalSharesOrDefault(long key,
long defaultValue)
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
map<int64, int64> cached_delay_total_shares = 11;long getCachedDelayTotalSharesOrThrow(long key)
Record the scheme's current total share for deferred distribution of benefits, period -> total shares.
map<int64, int64> cached_delay_total_shares = 11;List<String> getReceivedTokenSymbolsList()
The received token symbols.
repeated string received_token_symbols = 12;int getReceivedTokenSymbolsCount()
The received token symbols.
repeated string received_token_symbols = 12;String getReceivedTokenSymbols(int index)
The received token symbols.
repeated string received_token_symbols = 12;index - The index of the element to return.com.google.protobuf.ByteString getReceivedTokenSymbolsBytes(int index)
The received token symbols.
repeated string received_token_symbols = 12;index - The index of the value to return.Copyright © 2020. All rights reserved.