Interface AppFrameProtoIn.PixelsAreaResponseMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.PixelsAreaResponseMsgInProto,AppFrameProtoIn.PixelsAreaResponseMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.PixelsAreaResponseMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCorrelationId()optional string correlationId = 1;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 1;java.lang.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
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;
-
-