Interface SendTestRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendTestRequest,SendTestRequest.Builder
public interface SendTestRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDeviceToken()string device_token = 1 [json_name = "deviceToken"];com.google.protobuf.ByteStringgetDeviceTokenBytes()string device_token = 1 [json_name = "deviceToken"];TestPushNotificationgetNotification().streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];java.lang.StringgetOrganizationId()string organization_id = 5 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 5 [json_name = "organizationId"];java.lang.StringgetType()string type = 3 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 3 [json_name = "type"];java.lang.StringgetUsername()string username = 2 [json_name = "username"];com.google.protobuf.ByteStringgetUsernameBytes()string username = 2 [json_name = "username"];booleanhasNotification().streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];
-
-
-
Method Detail
-
getDeviceToken
java.lang.String getDeviceToken()
string device_token = 1 [json_name = "deviceToken"];- Returns:
- The deviceToken.
-
getDeviceTokenBytes
com.google.protobuf.ByteString getDeviceTokenBytes()
string device_token = 1 [json_name = "deviceToken"];- Returns:
- The bytes for deviceToken.
-
getUsername
java.lang.String getUsername()
string username = 2 [json_name = "username"];- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
string username = 2 [json_name = "username"];- Returns:
- The bytes for username.
-
getType
java.lang.String getType()
string type = 3 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 3 [json_name = "type"];- Returns:
- The bytes for type.
-
hasNotification
boolean hasNotification()
.streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];- Returns:
- Whether the notification field is set.
-
getNotification
TestPushNotification getNotification()
.streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];- Returns:
- The notification.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 5 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 5 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-