Interface AppFrameProtoIn.PixelsAreaResponseMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCorrelationId()
      optional string correlationId = 1;
      com.google.protobuf.ByteString getCorrelationIdBytes()
      optional string correlationId = 1;
      java.lang.String getPixels()
      optional string pixels = 2;
      com.google.protobuf.ByteString getPixelsBytes()
      optional string pixels = 2;
      boolean hasCorrelationId()
      optional string correlationId = 1;
      boolean hasPixels()
      optional string pixels = 2;
      • 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

        java.lang.String getCorrelationId()
        optional string correlationId = 1;
      • getCorrelationIdBytes

        com.google.protobuf.ByteString getCorrelationIdBytes()
        optional string correlationId = 1;
      • hasPixels

        boolean hasPixels()
        optional string pixels = 2;
      • getPixels

        java.lang.String getPixels()
        optional string pixels = 2;
      • getPixelsBytes

        com.google.protobuf.ByteString getPixelsBytes()
        optional string pixels = 2;