Interface SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRspOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp, SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRsp.Builder
Enclosing class:
SetUpLunchBoxWidgetRspOuterClass

public static interface SetUpLunchBoxWidgetRspOuterClass.SetUpLunchBoxWidgetRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .LunchBoxData lunch_box_data = 7;
    .LunchBoxData lunch_box_data = 7;
    int
    int32 retcode = 13;
    boolean
    .LunchBoxData lunch_box_data = 7;

    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 Details

    • getRetcode

      int getRetcode()
      int32 retcode = 13;
      Returns:
      The retcode.
    • hasLunchBoxData

      boolean hasLunchBoxData()
      .LunchBoxData lunch_box_data = 7;
      Returns:
      Whether the lunchBoxData field is set.
    • getLunchBoxData

      .LunchBoxData lunch_box_data = 7;
      Returns:
      The lunchBoxData.
    • getLunchBoxDataOrBuilder

      .LunchBoxData lunch_box_data = 7;