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 Summary
Modifier and TypeMethodDescriptiongetColorValueList(int index) repeated string colorValueList = 4;com.google.protobuf.ByteStringgetColorValueListBytes(int index) repeated string colorValueList = 4;intrepeated string colorValueList = 4;repeated string colorValueList = 4;getCommentTypeTagsList(int index) repeated .CommentTypeTag commentTypeTagsList = 5;intrepeated .CommentTypeTag commentTypeTagsList = 5;repeated .CommentTypeTag commentTypeTagsList = 5;intgetCommentTypeTagsListValue(int index) repeated .CommentTypeTag commentTypeTagsList = 5;repeated .CommentTypeTag commentTypeTagsList = 5;booleanbool showFontColor = 3;booleanbool showHead = 1;booleanbool showNickname = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
repeated string colorValueList = 4;- Returns:
- A list containing the colorValueList.
-
getColorValueListCount
int getColorValueListCount()repeated string colorValueList = 4;- Returns:
- The count of colorValueList.
-
getColorValueList
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
repeated .CommentTypeTag commentTypeTagsList = 5;- Parameters:
index- The index of the element to return.- Returns:
- The commentTypeTagsList at the given index.
-
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.
-