Interface SentNotificationOrBuilder

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

    public interface SentNotificationOrBuilder
    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"];
      • 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.