public interface PartyDataSendOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
Data payload, if any.
|
long |
getOpCode()
Op code value.
|
java.lang.String |
getPartyId()
Party ID to send to.
|
com.google.protobuf.ByteString |
getPartyIdBytes()
Party ID to send to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPartyId()
Party ID to send to.
string party_id = 1 [json_name = "partyId"];
com.google.protobuf.ByteString getPartyIdBytes()
Party ID to send to.
string party_id = 1 [json_name = "partyId"];
long getOpCode()
Op code value.
int64 op_code = 2 [json_name = "opCode"];
com.google.protobuf.ByteString getData()
Data payload, if any.
bytes data = 3 [json_name = "data"];