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