public static interface SignalServiceProtos.EnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContent()
optional bytes content = 8; |
com.google.protobuf.ByteString |
getLegacyMessage()
optional bytes legacyMessage = 6; |
java.lang.String |
getRelay()
optional string relay = 3; |
com.google.protobuf.ByteString |
getRelayBytes()
optional string relay = 3; |
java.lang.String |
getSource()
optional string source = 2; |
com.google.protobuf.ByteString |
getSourceBytes()
optional string source = 2; |
int |
getSourceDevice()
optional uint32 sourceDevice = 7; |
long |
getTimestamp()
optional uint64 timestamp = 5; |
SignalServiceProtos.Envelope.Type |
getType()
optional .signalservice.Envelope.Type type = 1; |
boolean |
hasContent()
optional bytes content = 8; |
boolean |
hasLegacyMessage()
optional bytes legacyMessage = 6; |
boolean |
hasRelay()
optional string relay = 3; |
boolean |
hasSource()
optional string source = 2; |
boolean |
hasSourceDevice()
optional uint32 sourceDevice = 7; |
boolean |
hasTimestamp()
optional uint64 timestamp = 5; |
boolean |
hasType()
optional .signalservice.Envelope.Type type = 1; |
boolean hasType()
optional .signalservice.Envelope.Type type = 1;SignalServiceProtos.Envelope.Type getType()
optional .signalservice.Envelope.Type type = 1;boolean hasSource()
optional string source = 2;java.lang.String getSource()
optional string source = 2;com.google.protobuf.ByteString getSourceBytes()
optional string source = 2;boolean hasSourceDevice()
optional uint32 sourceDevice = 7;int getSourceDevice()
optional uint32 sourceDevice = 7;boolean hasRelay()
optional string relay = 3;java.lang.String getRelay()
optional string relay = 3;com.google.protobuf.ByteString getRelayBytes()
optional string relay = 3;boolean hasTimestamp()
optional uint64 timestamp = 5;long getTimestamp()
optional uint64 timestamp = 5;boolean hasLegacyMessage()
optional bytes legacyMessage = 6;
Contains an encrypted DataMessage
com.google.protobuf.ByteString getLegacyMessage()
optional bytes legacyMessage = 6;
Contains an encrypted DataMessage
boolean hasContent()
optional bytes content = 8;
Contains an encrypted Content
com.google.protobuf.ByteString getContent()
optional bytes content = 8;
Contains an encrypted Content