Interface PlayerAttributes.Birth.BirthDateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDate()
      int32 date = 3 [json_name = "date"];
      java.lang.String getFull()
      string full = 4 [json_name = "full"];
      com.google.protobuf.ByteString getFullBytes()
      string full = 4 [json_name = "full"];
      int getMonth()
      int32 month = 2 [json_name = "month"];
      int getYear()
      int32 year = 1 [json_name = "year"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getYear

        int getYear()
        int32 year = 1 [json_name = "year"];
        Returns:
        The year.
      • getMonth

        int getMonth()
        int32 month = 2 [json_name = "month"];
        Returns:
        The month.
      • getDate

        int getDate()
        int32 date = 3 [json_name = "date"];
        Returns:
        The date.
      • getFull

        java.lang.String getFull()
        string full = 4 [json_name = "full"];
        Returns:
        The full.
      • getFullBytes

        com.google.protobuf.ByteString getFullBytes()
        string full = 4 [json_name = "full"];
        Returns:
        The bytes for full.