Interface AppFrameProtoOut.CursorChangeEventMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getB64Img()
      optional bytes b64img = 2;
      java.lang.String getCurFile()
      optional string curFile = 3;
      com.google.protobuf.ByteString getCurFileBytes()
      optional string curFile = 3;
      java.lang.String getCursor()
      optional string cursor = 1;
      com.google.protobuf.ByteString getCursorBytes()
      optional string cursor = 1;
      java.lang.String getWinId()
      optional string winId = 6;
      com.google.protobuf.ByteString getWinIdBytes()
      optional string winId = 6;
      int getX()
      optional sint32 x = 4;
      int getY()
      optional sint32 y = 5;
      boolean hasB64Img()
      optional bytes b64img = 2;
      boolean hasCurFile()
      optional string curFile = 3;
      boolean hasCursor()
      optional string cursor = 1;
      boolean hasWinId()
      optional string winId = 6;
      boolean hasX()
      optional sint32 x = 4;
      boolean hasY()
      optional sint32 y = 5;
      • 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

      • hasCursor

        boolean hasCursor()
        optional string cursor = 1;
      • getCursor

        java.lang.String getCursor()
        optional string cursor = 1;
      • getCursorBytes

        com.google.protobuf.ByteString getCursorBytes()
        optional string cursor = 1;
      • hasB64Img

        boolean hasB64Img()
        optional bytes b64img = 2;
      • getB64Img

        com.google.protobuf.ByteString getB64Img()
        optional bytes b64img = 2;
      • hasCurFile

        boolean hasCurFile()
        optional string curFile = 3;
      • getCurFile

        java.lang.String getCurFile()
        optional string curFile = 3;
      • getCurFileBytes

        com.google.protobuf.ByteString getCurFileBytes()
        optional string curFile = 3;
      • hasX

        boolean hasX()
        optional sint32 x = 4;
      • getX

        int getX()
        optional sint32 x = 4;
      • hasY

        boolean hasY()
        optional sint32 y = 5;
      • getY

        int getY()
        optional sint32 y = 5;
      • hasWinId

        boolean hasWinId()
        optional string winId = 6;
      • getWinId

        java.lang.String getWinId()
        optional string winId = 6;
      • getWinIdBytes

        com.google.protobuf.ByteString getWinIdBytes()
        optional string winId = 6;