Interface FailNotificationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    FailNotification, FailNotification.Builder

    public interface FailNotificationOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDevice()
      string device = 1 [json_name = "device"];
      com.google.protobuf.ByteString getDeviceBytes()
      string device = 1 [json_name = "device"];
      FailNotification.FailNotificationResponse getResponse()
      .streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];
      int getStatus()
      int32 status = 2 [json_name = "status"];
      boolean hasResponse()
      .streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getDevice

        java.lang.String getDevice()
        string device = 1 [json_name = "device"];
        Returns:
        The device.
      • getDeviceBytes

        com.google.protobuf.ByteString getDeviceBytes()
        string device = 1 [json_name = "device"];
        Returns:
        The bytes for device.
      • getStatus

        int getStatus()
        int32 status = 2 [json_name = "status"];
        Returns:
        The status.
      • hasResponse

        boolean hasResponse()
        .streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];
        Returns:
        Whether the response field is set.