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

info.unterrainer.commons.httpserver.rql.RqlDataElement Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package info.unterrainer.commons.httpserver.rql;

import lombok.Builder;
import lombok.Data;

@Data
@Builder
public class RqlDataElement {

	private int index;
	private RqlDataType type;
	private String value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy