public static interface ProfitContract.ProfitDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getEndPeriod()
The end period number.
|
boolean |
getIsWeightRemoved()
Whether the weight has been removed.
|
long |
getLastProfitPeriod()
The last period number that the beneficiary received the profit.
|
long |
getShares()
The weight of the proceeds on the current period of the scheme.
|
long |
getStartPeriod()
The start period number.
|
long getStartPeriod()
The start period number.
int64 start_period = 1;long getEndPeriod()
The end period number.
int64 end_period = 2;long getShares()
The weight of the proceeds on the current period of the scheme.
int64 shares = 3;long getLastProfitPeriod()
The last period number that the beneficiary received the profit.
int64 last_profit_period = 4;boolean getIsWeightRemoved()
Whether the weight has been removed.
bool is_weight_removed = 5;Copyright © 2020. All rights reserved.