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

com.capitalone.dashboard.model.QPolicyScanMetric Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.model;

import static com.mysema.query.types.PathMetadataFactory.*;

import com.mysema.query.types.path.*;

import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;


/**
 * QPolicyScanMetric is a Querydsl query type for PolicyScanMetric
 */
@Generated("com.mysema.query.codegen.EmbeddableSerializer")
public class QPolicyScanMetric extends BeanPath {

    private static final long serialVersionUID = 1934302529L;

    public static final QPolicyScanMetric policyScanMetric = new QPolicyScanMetric("policyScanMetric");

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

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

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

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

    public QPolicyScanMetric(String variable) {
        super(PolicyScanMetric.class, forVariable(variable));
    }

    public QPolicyScanMetric(Path path) {
        super(path.getType(), path.getMetadata());
    }

    public QPolicyScanMetric(PathMetadata metadata) {
        super(PolicyScanMetric.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy