Interface AppFrameProtoOut.PasteRequestMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.PasteRequestMsgOutProto,AppFrameProtoOut.PasteRequestMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.PasteRequestMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMessage()optional string message = 2;com.google.protobuf.ByteStringgetMessageBytes()optional string message = 2;java.lang.StringgetTitle()optional string title = 1;com.google.protobuf.ByteStringgetTitleBytes()optional string title = 1;booleanhasMessage()optional string message = 2;booleanhasTitle()optional string title = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTitle
boolean hasTitle()
optional string title = 1;
-
getTitle
java.lang.String getTitle()
optional string title = 1;
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
optional string title = 1;
-
hasMessage
boolean hasMessage()
optional string message = 2;
-
getMessage
java.lang.String getMessage()
optional string message = 2;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
-
-