UnicastMsg.Builder |
UnicastMsg.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UnicastMsg.Builder |
UnicastMsg.Builder.clear() |
UnicastMsg.Builder |
UnicastMsg.Builder.clearAddr()
string addr = 2;
|
UnicastMsg.Builder |
UnicastMsg.Builder.clearChainId()
uint32 chain_id = 1;
|
UnicastMsg.Builder |
UnicastMsg.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UnicastMsg.Builder |
UnicastMsg.Builder.clearMsgBody()
bytes msg_body = 4;
|
UnicastMsg.Builder |
UnicastMsg.Builder.clearMsgType()
.iotexrpc.MessageType msg_type = 3;
|
UnicastMsg.Builder |
UnicastMsg.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UnicastMsg.Builder |
UnicastMsg.Builder.clearPeerId()
string peer_id = 5;
|
UnicastMsg.Builder |
UnicastMsg.Builder.clearTimestamp()
.google.protobuf.Timestamp timestamp = 6;
|
UnicastMsg.Builder |
UnicastMsg.Builder.clone() |
UnicastMsg.Builder |
UnicastMsg.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UnicastMsg.Builder |
UnicastMsg.Builder.mergeFrom(com.google.protobuf.Message other) |
UnicastMsg.Builder |
UnicastMsg.Builder.mergeFrom(UnicastMsg other) |
UnicastMsg.Builder |
UnicastMsg.Builder.mergeTimestamp(com.google.protobuf.Timestamp value)
.google.protobuf.Timestamp timestamp = 6;
|
UnicastMsg.Builder |
UnicastMsg.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UnicastMsg.Builder |
UnicastMsg.newBuilder() |
static UnicastMsg.Builder |
UnicastMsg.newBuilder(UnicastMsg prototype) |
UnicastMsg.Builder |
UnicastMsg.newBuilderForType() |
protected UnicastMsg.Builder |
UnicastMsg.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UnicastMsg.Builder |
UnicastMsg.Builder.setAddr(String value)
string addr = 2;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setAddrBytes(com.google.protobuf.ByteString value)
string addr = 2;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setChainId(int value)
uint32 chain_id = 1;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UnicastMsg.Builder |
UnicastMsg.Builder.setMsgBody(com.google.protobuf.ByteString value)
bytes msg_body = 4;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setMsgType(MessageType value)
.iotexrpc.MessageType msg_type = 3;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setMsgTypeValue(int value)
.iotexrpc.MessageType msg_type = 3;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setPeerId(String value)
string peer_id = 5;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setPeerIdBytes(com.google.protobuf.ByteString value)
string peer_id = 5;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UnicastMsg.Builder |
UnicastMsg.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
.google.protobuf.Timestamp timestamp = 6;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setTimestamp(com.google.protobuf.Timestamp value)
.google.protobuf.Timestamp timestamp = 6;
|
UnicastMsg.Builder |
UnicastMsg.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UnicastMsg.Builder |
UnicastMsg.toBuilder() |