Package com.streamlayer.interactive.game
Interface SetAutoPostResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SetAutoPostResponse,SetAutoPostResponse.Builder
public interface SetAutoPostResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetAutoPostResponse.SetAutoPostResponseDatagetData().streamlayer.interactive.game.SetAutoPostResponse.SetAutoPostResponseData data = 1 [json_name = "data"];booleanhasData().streamlayer.interactive.game.SetAutoPostResponse.SetAutoPostResponseData data = 1 [json_name = "data"];
-
-
-
Method Detail
-
hasData
boolean hasData()
.streamlayer.interactive.game.SetAutoPostResponse.SetAutoPostResponseData data = 1 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
SetAutoPostResponse.SetAutoPostResponseData getData()
.streamlayer.interactive.game.SetAutoPostResponse.SetAutoPostResponseData data = 1 [json_name = "data"];- Returns:
- The data.
-
-