Protocol.Exchange.Builder |
Protocol.Exchange.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clear() |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearCreateTime()
int64 create_time = 3;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearCreatorAddress()
bytes creator_address = 2;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearExchangeId()
int64 exchange_id = 1;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearFirstTokenBalance()
int64 first_token_balance = 7;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearFirstTokenId()
bytes first_token_id = 6;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearSecondTokenBalance()
int64 second_token_balance = 9;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clearSecondTokenId()
bytes second_token_id = 8;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.clone() |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.mergeFrom(Protocol.Exchange other) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Protocol.Exchange.Builder |
Protocol.Exchange.newBuilder() |
static Protocol.Exchange.Builder |
Protocol.Exchange.newBuilder(Protocol.Exchange prototype) |
Protocol.Exchange.Builder |
Protocol.Exchange.newBuilderForType() |
protected Protocol.Exchange.Builder |
Protocol.Exchange.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setCreateTime(long value)
int64 create_time = 3;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setCreatorAddress(com.google.protobuf.ByteString value)
bytes creator_address = 2;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setExchangeId(long value)
int64 exchange_id = 1;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setFirstTokenBalance(long value)
int64 first_token_balance = 7;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setFirstTokenId(com.google.protobuf.ByteString value)
bytes first_token_id = 6;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setSecondTokenBalance(long value)
int64 second_token_balance = 9;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setSecondTokenId(com.google.protobuf.ByteString value)
bytes second_token_id = 8;
|
Protocol.Exchange.Builder |
Protocol.Exchange.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Exchange.Builder |
Protocol.Exchange.toBuilder() |