All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.pushNotification.common.FailNotificationOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/pushNotification/pushNotification.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.pushNotification.common;

public interface FailNotificationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.FailNotification)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string device = 1 [json_name = "device"];
   * @return The device.
   */
  java.lang.String getDevice();
  /**
   * string device = 1 [json_name = "device"];
   * @return The bytes for device.
   */
  com.google.protobuf.ByteString
      getDeviceBytes();

  /**
   * int32 status = 2 [json_name = "status"];
   * @return The status.
   */
  int getStatus();

  /**
   * .streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];
   * @return Whether the response field is set.
   */
  boolean hasResponse();
  /**
   * .streamlayer.pushNotification.FailNotification.FailNotificationResponse response = 3 [json_name = "response"];
   * @return The response.
   */
  com.streamlayer.pushNotification.common.FailNotification.FailNotificationResponse getResponse();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy