Interface RanklistHourEntrance_PageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RanklistHourEntrance_Page,RanklistHourEntrance_Page.Builder
public interface RanklistHourEntrance_PageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBackground color of the pagecom.google.protobuf.ByteStringBackground color of the pageContent of the pagecom.google.protobuf.ByteStringContent of the pageintType of the contentlongNumber of times the page is shown (or similar)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
-
getContent
String getContent()Content of the page
string content = 1;- Returns:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()Content of the page
string content = 1;- Returns:
- The bytes for content.
-
getBackgroundColor
String getBackgroundColor()Background color of the page
string background_color = 2;- Returns:
- The backgroundColor.
-
getBackgroundColorBytes
com.google.protobuf.ByteString getBackgroundColorBytes()Background color of the page
string background_color = 2;- Returns:
- The bytes for backgroundColor.
-
getShowTimes
long getShowTimes()Number of times the page is shown (or similar)
int64 show_times = 3;- Returns:
- The showTimes.
-
getContentType
int getContentType()Type of the content
int32 content_type = 4;- Returns:
- The contentType.
-