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

com.capitalone.dashboard.model.QLibraryPolicyResult_Threat 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;
import com.mysema.query.types.path.PathInits;


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

    private static final long serialVersionUID = 1587781056L;

    public static final QLibraryPolicyResult_Threat threat = new QLibraryPolicyResult_Threat("threat");

    public final ListPath components = this.createList("components", String.class, StringPath.class, PathInits.DIRECT2);

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

    public final MapPath> dispositionCounts = this.>createMap("dispositionCounts", LibraryPolicyThreatDisposition.class, Integer.class, NumberPath.class);

    public final EnumPath level = createEnum("level", LibraryPolicyThreatLevel.class);

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

    public QLibraryPolicyResult_Threat(String variable) {
        super(LibraryPolicyResult.Threat.class, forVariable(variable));
    }

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

    public QLibraryPolicyResult_Threat(PathMetadata metadata) {
        super(LibraryPolicyResult.Threat.class, metadata);
    }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy