public static interface ProfitContract.DistributedProfitsInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsAmountsMap(String key)
The contributed amount in this scheme at the current period.
|
Map<String,Long> |
getAmountsMap()
已过时。
|
int |
getAmountsMapCount()
The contributed amount in this scheme at the current period.
|
Map<String,Long> |
getAmountsMapMap()
The contributed amount in this scheme at the current period.
|
long |
getAmountsMapOrDefault(String key,
long defaultValue)
The contributed amount in this scheme at the current period.
|
long |
getAmountsMapOrThrow(String key)
The contributed amount in this scheme at the current period.
|
boolean |
getIsReleased()
Whether released.
|
long |
getTotalShares()
The total amount of shares in this scheme at the current period.
|
long getTotalShares()
The total amount of shares in this scheme at the current period.
int64 total_shares = 1;int getAmountsMapCount()
The contributed amount in this scheme at the current period.
map<string, sint64> amounts_map = 2;boolean containsAmountsMap(String key)
The contributed amount in this scheme at the current period.
map<string, sint64> amounts_map = 2;@Deprecated Map<String,Long> getAmountsMap()
getAmountsMapMap() instead.Map<String,Long> getAmountsMapMap()
The contributed amount in this scheme at the current period.
map<string, sint64> amounts_map = 2;long getAmountsMapOrDefault(String key, long defaultValue)
The contributed amount in this scheme at the current period.
map<string, sint64> amounts_map = 2;long getAmountsMapOrThrow(String key)
The contributed amount in this scheme at the current period.
map<string, sint64> amounts_map = 2;boolean getIsReleased()
Whether released.
bool is_released = 3;Copyright © 2020. All rights reserved.