Interface Webswing.PixelsAreaRequestMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCorrelationId()
      optional string correlationId = 1;
      com.google.protobuf.ByteString getCorrelationIdBytes()
      optional string correlationId = 1;
      int getH()
      optional uint32 h = 5;
      int getW()
      optional uint32 w = 4;
      int getX()
      optional uint32 x = 2;
      int getY()
      optional uint32 y = 3;
      boolean hasCorrelationId()
      optional string correlationId = 1;
      boolean hasH()
      optional uint32 h = 5;
      boolean hasW()
      optional uint32 w = 4;
      boolean hasX()
      optional uint32 x = 2;
      boolean hasY()
      optional uint32 y = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;