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

com.thinkbiganalytics.metadata.jpa.sla.QJpaServiceLevelAssessment Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.thinkbiganalytics.metadata.jpa.sla;

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;


/**
 * QJpaServiceLevelAssessment is a Querydsl query type for JpaServiceLevelAssessment
 */
@Generated("com.querydsl.codegen.EntitySerializer")
public class QJpaServiceLevelAssessment extends EntityPathBase {

    private static final long serialVersionUID = 484474103L;

    private static final PathInits INITS = PathInits.DIRECT2;

    public static final QJpaServiceLevelAssessment jpaServiceLevelAssessment = new QJpaServiceLevelAssessment("jpaServiceLevelAssessment");

    public final com.thinkbiganalytics.jpa.QAbstractAuditedEntity _super = new com.thinkbiganalytics.jpa.QAbstractAuditedEntity(this);

    //inherited
    public final DateTimePath createdTime = _super.createdTime;

    public final QJpaServiceLevelAssessment_SlaAssessmentId id;

    public final StringPath message = createString("message");

    //inherited
    public final DateTimePath modifiedTime = _super.modifiedTime;

    public final SetPath obligationAssessments = this.createSet("obligationAssessments", JpaObligationAssessment.class, QJpaObligationAssessment.class, PathInits.DIRECT2);

    public final EnumPath result = createEnum("result", com.thinkbiganalytics.metadata.sla.api.AssessmentResult.class);

    public final QJpaServiceLevelAgreementDescription serviceLevelAgreementDescription;

    public final QServiceLevelAgreementDescriptionId slaId;

    public QJpaServiceLevelAssessment(String variable) {
        this(JpaServiceLevelAssessment.class, forVariable(variable), INITS);
    }

    public QJpaServiceLevelAssessment(Path path) {
        this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
    }

    public QJpaServiceLevelAssessment(PathMetadata metadata) {
        this(metadata, PathInits.getFor(metadata, INITS));
    }

    public QJpaServiceLevelAssessment(PathMetadata metadata, PathInits inits) {
        this(JpaServiceLevelAssessment.class, metadata, inits);
    }

    public QJpaServiceLevelAssessment(Class type, PathMetadata metadata, PathInits inits) {
        super(type, metadata, inits);
        this.id = inits.isInitialized("id") ? new QJpaServiceLevelAssessment_SlaAssessmentId(forProperty("id")) : null;
        this.serviceLevelAgreementDescription = inits.isInitialized("serviceLevelAgreementDescription") ? new QJpaServiceLevelAgreementDescription(forProperty("serviceLevelAgreementDescription"), inits.get("serviceLevelAgreementDescription")) : null;
        this.slaId = inits.isInitialized("slaId") ? new QServiceLevelAgreementDescriptionId(forProperty("slaId")) : null;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy