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

io.github.xuyao5.dkl.eskits.schema.cat.Templates4Cat Maven / Gradle / Ivy

package io.github.xuyao5.dkl.eskits.schema.cat;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

import java.io.Serializable;

/**
 * @author Thomas.XU(xuyao)
 * @version 18/09/21 22:03
 */
@Data(staticConstructor = "of")
public final class Templates4Cat implements Serializable {

    @SerializedName(value = "name", alternate = {"NAME"})
    private String name;

    @SerializedName(value = "index_patterns", alternate = {"INDEX_PATTERNS"})
    private String indexPatterns;

    @SerializedName(value = "order", alternate = {"ORDER"})
    private String order;

    @SerializedName(value = "version", alternate = {"VERSION"})
    private String version;

    @SerializedName(value = "composed_of", alternate = {"COMPOSED_OF"})
    private String composedOf;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy