Package com.streamlayer.sports.common
Interface EventCustomFieldsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EventCustomFields,EventCustomFields.Builder
public interface EventCustomFieldsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()additional descriptioncom.google.protobuf.ByteStringgetDescriptionBytes()additional descriptionjava.lang.StringgetEventIds(int index)repeated string event_ids = 5 [json_name = "eventIds"];com.google.protobuf.ByteStringgetEventIdsBytes(int index)repeated string event_ids = 5 [json_name = "eventIds"];intgetEventIdsCount()repeated string event_ids = 5 [json_name = "eventIds"];java.util.List<java.lang.String>getEventIdsList()repeated string event_ids = 5 [json_name = "eventIds"];java.lang.StringgetHorizontalPreview()Horizontal preview imagecom.google.protobuf.ByteStringgetHorizontalPreviewBytes()Horizontal preview imagejava.lang.StringgetLogo()string logo = 4 [json_name = "logo"];com.google.protobuf.ByteStringgetLogoBytes()string logo = 4 [json_name = "logo"];java.lang.StringgetName()string name = 3 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 3 [json_name = "name"];java.lang.StringgetPreview()string preview = 1 [json_name = "preview"];com.google.protobuf.ByteStringgetPreviewBytes()string preview = 1 [json_name = "preview"];java.lang.StringgetPromotitle()string promotitle = 7 [json_name = "promotitle"];com.google.protobuf.ByteStringgetPromotitleBytes()string promotitle = 7 [json_name = "promotitle"];java.lang.StringgetSlate()fallback url when stream is offlinecom.google.protobuf.ByteStringgetSlateBytes()fallback url when stream is offlinejava.lang.StringgetSmallLogo()string small_logo = 10 [json_name = "smallLogo"];com.google.protobuf.ByteStringgetSmallLogoBytes()string small_logo = 10 [json_name = "smallLogo"];java.lang.StringgetStream()stream urlcom.google.protobuf.ByteStringgetStreamBytes()stream urljava.lang.StringgetSubtitle()string subtitle = 6 [json_name = "subtitle"];com.google.protobuf.ByteStringgetSubtitleBytes()string subtitle = 6 [json_name = "subtitle"];
-
-
-
Method Detail
-
getPreview
java.lang.String getPreview()
string preview = 1 [json_name = "preview"];- Returns:
- The preview.
-
getPreviewBytes
com.google.protobuf.ByteString getPreviewBytes()
string preview = 1 [json_name = "preview"];- Returns:
- The bytes for preview.
-
getStream
java.lang.String getStream()
stream url
string stream = 2 [json_name = "stream"];- Returns:
- The stream.
-
getStreamBytes
com.google.protobuf.ByteString getStreamBytes()
stream url
string stream = 2 [json_name = "stream"];- Returns:
- The bytes for stream.
-
getName
java.lang.String getName()
string name = 3 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3 [json_name = "name"];- Returns:
- The bytes for name.
-
getLogo
java.lang.String getLogo()
string logo = 4 [json_name = "logo"];- Returns:
- The logo.
-
getLogoBytes
com.google.protobuf.ByteString getLogoBytes()
string logo = 4 [json_name = "logo"];- Returns:
- The bytes for logo.
-
getEventIdsList
java.util.List<java.lang.String> getEventIdsList()
repeated string event_ids = 5 [json_name = "eventIds"];- Returns:
- A list containing the eventIds.
-
getEventIdsCount
int getEventIdsCount()
repeated string event_ids = 5 [json_name = "eventIds"];- Returns:
- The count of eventIds.
-
getEventIds
java.lang.String getEventIds(int index)
repeated string event_ids = 5 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getEventIdsBytes
com.google.protobuf.ByteString getEventIdsBytes(int index)
repeated string event_ids = 5 [json_name = "eventIds"];- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
getSubtitle
java.lang.String getSubtitle()
string subtitle = 6 [json_name = "subtitle"];- Returns:
- The subtitle.
-
getSubtitleBytes
com.google.protobuf.ByteString getSubtitleBytes()
string subtitle = 6 [json_name = "subtitle"];- Returns:
- The bytes for subtitle.
-
getPromotitle
java.lang.String getPromotitle()
string promotitle = 7 [json_name = "promotitle"];- Returns:
- The promotitle.
-
getPromotitleBytes
com.google.protobuf.ByteString getPromotitleBytes()
string promotitle = 7 [json_name = "promotitle"];- Returns:
- The bytes for promotitle.
-
getSlate
java.lang.String getSlate()
fallback url when stream is offline
string slate = 8 [json_name = "slate"];- Returns:
- The slate.
-
getSlateBytes
com.google.protobuf.ByteString getSlateBytes()
fallback url when stream is offline
string slate = 8 [json_name = "slate"];- Returns:
- The bytes for slate.
-
getHorizontalPreview
java.lang.String getHorizontalPreview()
Horizontal preview image
string horizontal_preview = 9 [json_name = "horizontalPreview"];- Returns:
- The horizontalPreview.
-
getHorizontalPreviewBytes
com.google.protobuf.ByteString getHorizontalPreviewBytes()
Horizontal preview image
string horizontal_preview = 9 [json_name = "horizontalPreview"];- Returns:
- The bytes for horizontalPreview.
-
getSmallLogo
java.lang.String getSmallLogo()
string small_logo = 10 [json_name = "smallLogo"];- Returns:
- The smallLogo.
-
getSmallLogoBytes
com.google.protobuf.ByteString getSmallLogoBytes()
string small_logo = 10 [json_name = "smallLogo"];- Returns:
- The bytes for smallLogo.
-
getDescription
java.lang.String getDescription()
additional description
string description = 11 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
additional description
string description = 11 [json_name = "description"];- Returns:
- The bytes for description.
-
-