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

com.capitalone.dashboard.config.collector.QCloudConfig Maven / Gradle / Ivy

package com.capitalone.dashboard.config.collector;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.dsl.PathInits;


/**
 * QCloudConfig is a Querydsl query type for CloudConfig
 */
@Generated("com.querydsl.codegen.EntitySerializer")
public class QCloudConfig extends EntityPathBase {

    private static final long serialVersionUID = -1249096185L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QCloudConfig cloudConfig = new QCloudConfig("cloudConfig");

    public final com.capitalone.dashboard.model.QCollectorItem _super;

    public final NumberPath ageAlert = createNumber("ageAlert", Integer.class);

    public final NumberPath ageError = createNumber("ageError", Integer.class);

    public final StringPath cloudProvider = createString("cloudProvider");

    // inherited
    public final com.capitalone.dashboard.model.QCollector collector;

    // inherited
    public final org.bson.types.QObjectId collectorId;

    public final NumberPath cpuAlert = createNumber("cpuAlert", Double.class);

    public final NumberPath cpuError = createNumber("cpuError", Double.class);

    //inherited
    public final StringPath description;

    public final NumberPath diskioAlert = createNumber("diskioAlert", Long.class);

    public final NumberPath diskioError = createNumber("diskioError", Long.class);

    //inherited
    public final BooleanPath enabled;

    //inherited
    public final StringPath environment;

    //inherited
    public final NumberPath errorCount;

    //inherited
    public final ListPath errors;

    // inherited
    public final org.bson.types.QObjectId id;

    //inherited
    public final NumberPath lastUpdated;

    public final NumberPath memoryAlert = createNumber("memoryAlert", Double.class);

    public final NumberPath memoryError = createNumber("memoryError", Double.class);

    public final NumberPath networkioAlert = createNumber("networkioAlert", Long.class);

    public final NumberPath networkioError = createNumber("networkioError", Long.class);

    //inherited
    public final StringPath niceName;

    //inherited
    public final MapPath> options;

    //inherited
    public final BooleanPath pushed;

    public final ListPath tags = this.createList("tags", com.capitalone.dashboard.model.NameValue.class, com.capitalone.dashboard.model.QNameValue.class, PathInits.DIRECT2);

    public QCloudConfig(String variable) {
        this(CloudConfig.class, forVariable(variable), INITS);
    }

    public QCloudConfig(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QCloudConfig(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QCloudConfig(PathMetadata metadata, PathInits inits) {
        this(CloudConfig.class, metadata, inits);
    }

    public QCloudConfig(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this._super = new com.capitalone.dashboard.model.QCollectorItem(type, metadata, inits);
        this.collector = _super.collector;
        this.collectorId = _super.collectorId;
        this.description = _super.description;
        this.enabled = _super.enabled;
        this.environment = _super.environment;
        this.errorCount = _super.errorCount;
        this.errors = _super.errors;
        this.id = _super.id;
        this.lastUpdated = _super.lastUpdated;
        this.niceName = _super.niceName;
        this.options = _super.options;
        this.pushed = _super.pushed;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy