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

io.github.nichetoolkit.socket.model.bean.Event Maven / Gradle / Ivy

package io.github.nichetoolkit.socket.model.bean;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;

/**
 * 

Event 事件

* @author Cyan ([email protected]) * @version v.1.0 */ @Builder @Setter @Getter public class Event { private byte id; private byte length; private byte[] content; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy