Package org.webswing.server.model.proto
Interface Webswing.UploadEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.UploadEventMsgInProto,Webswing.UploadEventMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.UploadEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFileName()optional string fileName = 2;com.google.protobuf.ByteStringgetFileNameBytes()optional string fileName = 2;StringgetTempFileLocation()optional string tempFileLocation = 3;com.google.protobuf.ByteStringgetTempFileLocationBytes()optional string tempFileLocation = 3;booleanhasFileName()optional string fileName = 2;booleanhasTempFileLocation()optional string tempFileLocation = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFileName
boolean hasFileName()
optional string fileName = 2;
-
getFileName
String getFileName()
optional string fileName = 2;
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()
optional string fileName = 2;
-
hasTempFileLocation
boolean hasTempFileLocation()
optional string tempFileLocation = 3;
-
getTempFileLocation
String getTempFileLocation()
optional string tempFileLocation = 3;
-
getTempFileLocationBytes
com.google.protobuf.ByteString getTempFileLocationBytes()
optional string tempFileLocation = 3;
-
-