ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clear() |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clearIsReleased()
bool is_released = 3;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clearProfitsAmount() |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clearTotalShares()
sint64 total_shares = 1;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.clone() |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.mergeFrom(ProfitContract.DistributedProfitsInfo other) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.newBuilder() |
static ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.newBuilder(ProfitContract.DistributedProfitsInfo prototype) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.newBuilderForType() |
protected ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.putAllProfitsAmount(Map<String,Long> values)
map<string, sint64> profits_amount = 2;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.putProfitsAmount(String key,
long value)
map<string, sint64> profits_amount = 2;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.removeProfitsAmount(String key)
map<string, sint64> profits_amount = 2;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.setIsReleased(boolean value)
bool is_released = 3;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.setTotalShares(long value)
sint64 total_shares = 1;
|
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProfitContract.DistributedProfitsInfo.Builder |
ProfitContract.DistributedProfitsInfo.toBuilder() |