Interface SetPlayerBirthdayRspOuterClass.SetPlayerBirthdayRspOrBuilder

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

public static interface SetPlayerBirthdayRspOuterClass.SetPlayerBirthdayRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .Birthday birthday = 11;
    .Birthday birthday = 11;
    int
    int32 retcode = 9;
    boolean
    .Birthday birthday = 11;

    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

    • hasBirthday

      boolean hasBirthday()
      .Birthday birthday = 11;
      Returns:
      Whether the birthday field is set.
    • getBirthday

      .Birthday birthday = 11;
      Returns:
      The birthday.
    • getBirthdayOrBuilder

      BirthdayOuterClass.BirthdayOrBuilder getBirthdayOrBuilder()
      .Birthday birthday = 11;
    • getRetcode

      int getRetcode()
      int32 retcode = 9;
      Returns:
      The retcode.