
com.capitalone.dashboard.model.QTestResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hygieia-common Show documentation
Show all versions of hygieia-common Show documentation
Core package shared by API layer and Microservices
The newest version!
package com.capitalone.dashboard.model;
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;
/**
* QTestResult is a Querydsl query type for TestResult
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QTestResult extends EntityPathBase {
private static final long serialVersionUID = -1383944015L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QTestResult testResult = new QTestResult("testResult");
public final QBaseModel _super;
public final SimplePath
© 2015 - 2025 Weber Informatics LLC | Privacy Policy