Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clear() |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearExchangeId()
int64 exchange_id = 2;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearExpected()
int64 expected = 5;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearOwnerAddress()
bytes owner_address = 1;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearQuant()
int64 quant = 4;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clearTokenId()
bytes token_id = 3;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.clone() |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.mergeFrom(Contract.ExchangeTransactionContract other) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.mergeFrom(com.google.protobuf.Message other) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.newBuilder() |
static Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.newBuilder(Contract.ExchangeTransactionContract prototype) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.newBuilderForType() |
protected Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setExchangeId(long value)
int64 exchange_id = 2;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setExpected(long value)
int64 expected = 5;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setOwnerAddress(com.google.protobuf.ByteString value)
bytes owner_address = 1;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setQuant(long value)
int64 quant = 4;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setTokenId(com.google.protobuf.ByteString value)
bytes token_id = 3;
|
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Contract.ExchangeTransactionContract.Builder |
Contract.ExchangeTransactionContract.toBuilder() |