com.capitalone.dashboard.model.QLibraryPolicyResult_Threat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core package shared by API layer and Microservices
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 final NumberPath maxScore = createNumber("maxScore", Double.class);
public QLibraryPolicyResult_Threat(String variable) {
super(LibraryPolicyResult.Threat.class, forVariable(variable));
}
public QLibraryPolicyResult_Threat(Path extends LibraryPolicyResult.Threat> path) {
super(path.getType(), path.getMetadata());
}
public QLibraryPolicyResult_Threat(PathMetadata> metadata) {
super(LibraryPolicyResult.Threat.class, metadata);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy