public interface UnicastMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddr()
string addr = 2; |
com.google.protobuf.ByteString |
getAddrBytes()
string addr = 2; |
int |
getChainId()
uint32 chain_id = 1; |
com.google.protobuf.ByteString |
getMsgBody()
bytes msg_body = 4; |
MessageType |
getMsgType()
.iotexrpc.MessageType msg_type = 3; |
int |
getMsgTypeValue()
.iotexrpc.MessageType msg_type = 3; |
String |
getPeerId()
string peer_id = 5; |
com.google.protobuf.ByteString |
getPeerIdBytes()
string peer_id = 5; |
com.google.protobuf.Timestamp |
getTimestamp()
.google.protobuf.Timestamp timestamp = 6; |
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 6; |
boolean |
hasTimestamp()
.google.protobuf.Timestamp timestamp = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getChainId()
uint32 chain_id = 1;String getAddr()
string addr = 2;com.google.protobuf.ByteString getAddrBytes()
string addr = 2;int getMsgTypeValue()
.iotexrpc.MessageType msg_type = 3;MessageType getMsgType()
.iotexrpc.MessageType msg_type = 3;com.google.protobuf.ByteString getMsgBody()
bytes msg_body = 4;String getPeerId()
string peer_id = 5;com.google.protobuf.ByteString getPeerIdBytes()
string peer_id = 5;boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 6;com.google.protobuf.Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 6;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 6;Copyright © 2022 IoTeX Group. All rights reserved.