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.String getDeviceToken()
      string device_token = 1 [json_name = "deviceToken"];
      com.google.protobuf.ByteString getDeviceTokenBytes()
      string device_token = 1 [json_name = "deviceToken"];
      TestPushNotification getNotification()
      .streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];
      java.lang.String getOrganizationId()
      string organization_id = 5 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 5 [json_name = "organizationId"];
      java.lang.String getType()
      string type = 3 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 3 [json_name = "type"];
      java.lang.String getUsername()
      string username = 2 [json_name = "username"];
      com.google.protobuf.ByteString getUsernameBytes()
      string username = 2 [json_name = "username"];
      boolean hasNotification()
      .streamlayer.pushNotification.TestPushNotification notification = 4 [json_name = "notification"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.