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

io.swagger.models.BooleanValueModel Maven / Gradle / Ivy

package io.swagger.models;

public class BooleanValueModel extends AbstractModel {

    public BooleanValueModel() {}
    public BooleanValueModel(Boolean booleanValue) {
        this.setBooleanValue(booleanValue);
    }
    @Override
    public String getDescription() {
        return null;
    }

    @Override
    public void setDescription(String description) {

    }

    @Override
    public Object getExample() {
        return null;
    }

    @Override
    public void setExample(Object example) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy