Class ApplicationWebsocketTransfer<T>

java.lang.Object
org.noear.solon.admin.client.data.ApplicationWebsocketTransfer<T>
Type Parameters:
T - 要传输的数据类型

public class ApplicationWebsocketTransfer<T> extends Object
应用程序数据传输 Dto
Since:
2.3
Author:
shaokeyibb
  • Constructor Details

    • ApplicationWebsocketTransfer

      public ApplicationWebsocketTransfer()
    • ApplicationWebsocketTransfer

      public ApplicationWebsocketTransfer(@Nullable Application scope, String type, T data)
  • Method Details

    • getScope

      @Nullable public Application getScope()
    • setScope

      public void setScope(@Nullable Application scope)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getData

      public T getData()
    • setData

      public void setData(T data)