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

sk.mlobb.be.rcon.model.BECommand Maven / Gradle / Ivy

The newest version!
package sk.mlobb.be.rcon.model;

import lombok.AllArgsConstructor;
import lombok.Data;
import sk.mlobb.be.rcon.model.enums.BEMessageType;

/**
 * The type Be command.
 */
@Data
@AllArgsConstructor
public class BECommand {

    private BEMessageType messageType;
    private String command;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy