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

xyz.erupt.core.view.EruptBuildModel Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.core.view;

import lombok.Getter;
import lombok.Setter;
import xyz.erupt.annotation.fun.PowerObject;

import java.util.Map;

/**
 * @author YuePeng
 * date 2018-09-29.
 */
@Getter
@Setter
public class EruptBuildModel {

    private EruptModel eruptModel;

    private Map tabErupts;

    private Map combineErupts;

    private Map operationErupts;

    private PowerObject power;

    @Getter
    @Setter
    public static class Ext {

        private String field;

        private EruptModel eruptModel;

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy