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

io.contek.invoker.hbdminverse.api.websocket.common.notification.NotificationWebSocketResponse Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.hbdminverse.api.websocket.common.notification;

import com.google.gson.annotations.SerializedName;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public abstract class NotificationWebSocketResponse extends NotificationWebSocketInboundMessage {

  public String cid;

  @SerializedName("err-code")
  public int err_code;

  @SerializedName("err-msg")
  public String err_msg;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy