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

com.mugui.base.net.forward.ForwardBean Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package com.mugui.base.net.forward;

import com.mugui.bean.JsonBean;
import lombok.Setter;
import lombok.experimental.Accessors;
import lombok.Getter;

@Getter
@Setter
@Accessors(chain = true)
public class ForwardBean extends JsonBean {
	/**
	 * 
	 */
	private static final long serialVersionUID = 5947437048851152234L;
	private String url;
	private String value;

	/**
	 * 需要被注入的websockt监听消息
	 */
	private String ws;
	
	private String md5;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy