Package org.webswing.server.model.proto
Interface Webswing.PixelsAreaResponseMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.PixelsAreaResponseMsgInProto,Webswing.PixelsAreaResponseMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.PixelsAreaResponseMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCorrelationId()optional string correlationId = 1;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 1;StringgetPixels()optional string pixels = 2;com.google.protobuf.ByteStringgetPixelsBytes()optional string pixels = 2;booleanhasCorrelationId()optional string correlationId = 1;booleanhasPixels()optional string pixels = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCorrelationId
boolean hasCorrelationId()
optional string correlationId = 1;
-
getCorrelationId
String getCorrelationId()
optional string correlationId = 1;
-
getCorrelationIdBytes
com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;
-
hasPixels
boolean hasPixels()
optional string pixels = 2;
-
getPixels
String getPixels()
optional string pixels = 2;
-
getPixelsBytes
com.google.protobuf.ByteString getPixelsBytes()
optional string pixels = 2;
-
-