| Package | Description |
|---|---|
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clear() |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clearContractid()
ContractID points to the contract that can interpret the value
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clearObjectid()
ObjectID of the state to change
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clearStateaction()
StateAction can be any of Create, Update, Remove
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clearValue()
Value is the data needed by the contract
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.clone() |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.mergeFrom(com.google.protobuf.Message other) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.mergeFrom(TransactionProto.StateChange other) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TransactionProto.StateChange.Builder |
TransactionProto.StateChange.newBuilder() |
static TransactionProto.StateChange.Builder |
TransactionProto.StateChange.newBuilder(TransactionProto.StateChange prototype) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.newBuilderForType() |
protected TransactionProto.StateChange.Builder |
TransactionProto.StateChange.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setContractid(com.google.protobuf.ByteString value)
ContractID points to the contract that can interpret the value
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setObjectid(com.google.protobuf.ByteString value)
ObjectID of the state to change
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setStateaction(int value)
StateAction can be any of Create, Update, Remove
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.Builder.setValue(com.google.protobuf.ByteString value)
Value is the data needed by the contract
|
TransactionProto.StateChange.Builder |
TransactionProto.StateChange.toBuilder() |
Copyright © 2018. All rights reserved.