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

ch.loway.oss.ari4java.generated.ari_1_11_2.models.ApplicationReplaced_impl_ari_1_11_2 Maven / Gradle / Ivy

package ch.loway.oss.ari4java.generated.ari_1_11_2.models;

// ----------------------------------------------------
//      THIS CLASS WAS GENERATED AUTOMATICALLY
//               PLEASE DO NOT EDIT
//    Generated on: Sat Aug 14 16:51:33 SAST 2021
// ----------------------------------------------------

import ch.loway.oss.ari4java.generated.models.*;
import ch.loway.oss.ari4java.generated.models.Module;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import java.util.Date;
import java.util.List;
import java.util.Map;

/**
 * Notification that another WebSocket has taken over for an application. An application may only be
 * subscribed to by a single WebSocket at a time. If multiple WebSockets attempt to subscribe to the
 * same application, the newer WebSocket wins, and the older one receives this event. Defined in
 * file: events.json Generated by: Model
 */
public class ApplicationReplaced_impl_ari_1_11_2 extends Event_impl_ari_1_11_2
    implements ApplicationReplaced, java.io.Serializable {
  private static final long serialVersionUID = 1L;
  /* No missing signatures from interface */

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy