Interface LandscapeAreaCommonOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LandscapeAreaCommon, LandscapeAreaCommon.Builder

public interface LandscapeAreaCommonOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getShowHead

      boolean getShowHead()
      bool showHead = 1;
      Returns:
      The showHead.
    • getShowNickname

      boolean getShowNickname()
      bool showNickname = 2;
      Returns:
      The showNickname.
    • getShowFontColor

      boolean getShowFontColor()
      bool showFontColor = 3;
      Returns:
      The showFontColor.
    • getColorValueListList

      List<String> getColorValueListList()
      repeated string colorValueList = 4;
      Returns:
      A list containing the colorValueList.
    • getColorValueListCount

      int getColorValueListCount()
      repeated string colorValueList = 4;
      Returns:
      The count of colorValueList.
    • getColorValueList

      String getColorValueList(int index)
      repeated string colorValueList = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The colorValueList at the given index.
    • getColorValueListBytes

      com.google.protobuf.ByteString getColorValueListBytes(int index)
      repeated string colorValueList = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the colorValueList at the given index.
    • getCommentTypeTagsListList

      List<CommentTypeTag> getCommentTypeTagsListList()
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Returns:
      A list containing the commentTypeTagsList.
    • getCommentTypeTagsListCount

      int getCommentTypeTagsListCount()
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Returns:
      The count of commentTypeTagsList.
    • getCommentTypeTagsList

      CommentTypeTag getCommentTypeTagsList(int index)
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The commentTypeTagsList at the given index.
    • getCommentTypeTagsListValueList

      List<Integer> getCommentTypeTagsListValueList()
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Returns:
      A list containing the enum numeric values on the wire for commentTypeTagsList.
    • getCommentTypeTagsListValue

      int getCommentTypeTagsListValue(int index)
      repeated .CommentTypeTag commentTypeTagsList = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of commentTypeTagsList at the given index.