com.capitalone.dashboard.model.QAuditReport 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.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;
/**
* QAuditReport is a Querydsl query type for AuditReport
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QAuditReport extends EntityPathBase {
private static final long serialVersionUID = -115209267L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QAuditReport auditReport = new QAuditReport("auditReport");
public final QBaseModel _super;
public final StringPath auditRequest = createString("auditRequest");
public final SimplePath
© 2015 - 2025 Weber Informatics LLC | Privacy Policy