public static interface SignalServiceProtos.AttachmentPointerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
optional string contentType = 2; |
com.google.protobuf.ByteString |
getContentTypeBytes()
optional string contentType = 2; |
long |
getId()
optional fixed64 id = 1; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 3; |
int |
getSize()
optional uint32 size = 4; |
com.google.protobuf.ByteString |
getThumbnail()
optional bytes thumbnail = 5; |
boolean |
hasContentType()
optional string contentType = 2; |
boolean |
hasId()
optional fixed64 id = 1; |
boolean |
hasKey()
optional bytes key = 3; |
boolean |
hasSize()
optional uint32 size = 4; |
boolean |
hasThumbnail()
optional bytes thumbnail = 5; |
boolean hasId()
optional fixed64 id = 1;long getId()
optional fixed64 id = 1;boolean hasContentType()
optional string contentType = 2;java.lang.String getContentType()
optional string contentType = 2;com.google.protobuf.ByteString getContentTypeBytes()
optional string contentType = 2;boolean hasKey()
optional bytes key = 3;com.google.protobuf.ByteString getKey()
optional bytes key = 3;boolean hasSize()
optional uint32 size = 4;int getSize()
optional uint32 size = 4;boolean hasThumbnail()
optional bytes thumbnail = 5;com.google.protobuf.ByteString getThumbnail()
optional bytes thumbnail = 5;