Package org.webswing.server.model.proto
Interface Webswing.CopyEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.CopyEventMsgInProto,Webswing.CopyEventMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.CopyEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFile()optional string file = 2;com.google.protobuf.ByteStringgetFileBytes()optional string file = 2;Webswing.CopyEventMsgInProto.CopyEventMsgTypeProtogetType()optional .org.webswing.server.model.proto.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;booleanhasFile()optional string file = 2;booleanhasType()optional .org.webswing.server.model.proto.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 .org.webswing.server.model.proto.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;
-
getType
Webswing.CopyEventMsgInProto.CopyEventMsgTypeProto getType()
optional .org.webswing.server.model.proto.CopyEventMsgInProto.CopyEventMsgTypeProto type = 1;
-
hasFile
boolean hasFile()
optional string file = 2;
-
getFile
String getFile()
optional string file = 2;
-
getFileBytes
com.google.protobuf.ByteString getFileBytes()
optional string file = 2;
-
-