Interface AppFrameProtoIn.CopyEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.CopyEventMsgInProto,AppFrameProtoIn.CopyEventMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.CopyEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFile()optional string file = 2;com.google.protobuf.ByteStringgetFileBytes()optional string file = 2;AppFrameProtoIn.CopyEventMsgInProto.CopyEventMsgTypeProtogetType()optional .appFrameProtoIn.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;booleanhasFile()optional string file = 2;booleanhasType()optional .appFrameProtoIn.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
optional .appFrameProtoIn.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;
-
getType
AppFrameProtoIn.CopyEventMsgInProto.CopyEventMsgTypeProto getType()
optional .appFrameProtoIn.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;
-
hasFile
boolean hasFile()
optional string file = 2;
-
getFile
java.lang.String getFile()
optional string file = 2;
-
getFileBytes
com.google.protobuf.ByteString getFileBytes()
optional string file = 2;
-
-