Package org.webswing.server.model.proto
Interface Webswing.PixelsAreaRequestMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.PixelsAreaRequestMsgOutProto,Webswing.PixelsAreaRequestMsgOutProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.PixelsAreaRequestMsgOutProtoOrBuilder 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;intgetH()optional uint32 h = 5;intgetW()optional uint32 w = 4;intgetX()optional uint32 x = 2;intgetY()optional uint32 y = 3;booleanhasCorrelationId()optional string correlationId = 1;booleanhasH()optional uint32 h = 5;booleanhasW()optional uint32 w = 4;booleanhasX()optional uint32 x = 2;booleanhasY()optional uint32 y = 3;-
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;
-
hasX
boolean hasX()
optional uint32 x = 2;
-
getX
int getX()
optional uint32 x = 2;
-
hasY
boolean hasY()
optional uint32 y = 3;
-
getY
int getY()
optional uint32 y = 3;
-
hasW
boolean hasW()
optional uint32 w = 4;
-
getW
int getW()
optional uint32 w = 4;
-
hasH
boolean hasH()
optional uint32 h = 5;
-
getH
int getH()
optional uint32 h = 5;
-
-