Interface PlantFlowerRecvFlowerDataOuterClass.PlantFlowerRecvFlowerDataOrBuilder

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

public static interface PlantFlowerRecvFlowerDataOuterClass.PlantFlowerRecvFlowerDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNickname

      String getNickname()
      string nickname = 14;
      Returns:
      The nickname.
    • getNicknameBytes

      com.google.protobuf.ByteString getNicknameBytes()
      string nickname = 14;
      Returns:
      The bytes for nickname.
    • getUid

      int getUid()
      uint32 uid = 2;
      Returns:
      The uid.
    • hasProfilePicture

      boolean hasProfilePicture()
      .ProfilePicture profile_picture = 12;
      Returns:
      Whether the profilePicture field is set.
    • getProfilePicture

      .ProfilePicture profile_picture = 12;
      Returns:
      The profilePicture.
    • getProfilePictureOrBuilder

      .ProfilePicture profile_picture = 12;
    • getFlowerNumMapCount

      int getFlowerNumMapCount()
      map<uint32, uint32> flower_num_map = 11;
    • containsFlowerNumMap

      boolean containsFlowerNumMap(int key)
      map<uint32, uint32> flower_num_map = 11;
    • getFlowerNumMap

      @Deprecated Map<Integer,Integer> getFlowerNumMap()
      Deprecated.
    • getFlowerNumMapMap

      Map<Integer,Integer> getFlowerNumMapMap()
      map<uint32, uint32> flower_num_map = 11;
    • getFlowerNumMapOrDefault

      int getFlowerNumMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> flower_num_map = 11;
    • getFlowerNumMapOrThrow

      int getFlowerNumMapOrThrow(int key)
      map<uint32, uint32> flower_num_map = 11;