Interface GamePrizeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GamePrize,GamePrize.Builder
public interface GamePrizeOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetImage()string image = 2 [json_name = "image"];com.google.protobuf.ByteStringgetImageBytes()string image = 2 [json_name = "image"];java.lang.StringgetTitle()string title = 1 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 1 [json_name = "title"];
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
string title = 1 [json_name = "title"];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 1 [json_name = "title"];- Returns:
- The bytes for title.
-
getImage
java.lang.String getImage()
string image = 2 [json_name = "image"];- Returns:
- The image.
-
getImageBytes
com.google.protobuf.ByteString getImageBytes()
string image = 2 [json_name = "image"];- Returns:
- The bytes for image.
-
-