com.capitalone.dashboard.model.QGitHubCollector 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;
/**
* QGitHubCollector is a Querydsl query type for GitHubCollector
*/
@Generated("com.querydsl.codegen.EntitySerializer")
public class QGitHubCollector extends EntityPathBase {
private static final long serialVersionUID = -999951384L;
private static final PathInits INITS = PathInits.DIRECT2;
public static final QGitHubCollector gitHubCollector = new QGitHubCollector("gitHubCollector");
public final QCollector _super;
// custom
// inherited
public final ext.java.util.QMap allFields;
//inherited
public final StringPath clientReference;
//inherited
public final EnumPath collectorType;
//inherited
public final BooleanPath enabled;
//inherited
public final ListPath errors;
// inherited
public final org.bson.types.QObjectId id;
public final NumberPath lastCleanUpTimestamp = createNumber("lastCleanUpTimestamp", Long.class);
//inherited
public final NumberPath lastExecuted;
//inherited
public final NumberPath lastExecutedSeconds;
//inherited
public final DateTimePath lastExecutedTime;
//inherited
public final NumberPath lastExecutionRecordCount;
public final NumberPath lastPrivateRepoCollectionTimestamp = createNumber("lastPrivateRepoCollectionTimestamp", Long.class);
public final NumberPath latestProcessedEventId = createNumber("latestProcessedEventId", Long.class);
public final NumberPath latestProcessedEventTimestamp = createNumber("latestProcessedEventTimestamp", Long.class);
//inherited
public final StringPath name;
//inherited
public final BooleanPath online;
// custom
// inherited
public final ext.java.util.QMap properties;
//inherited
public final ListPath searchFields;
// custom
// inherited
public final ext.java.util.QMap uniqueFields;
//inherited
public final DateTimePath upsertTime;
public QGitHubCollector(String variable) {
this(GitHubCollector.class, forVariable(variable), INITS);
}
public QGitHubCollector(Path extends GitHubCollector> path) {
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
}
public QGitHubCollector(PathMetadata metadata) {
this(metadata, PathInits.getFor(metadata, INITS));
}
public QGitHubCollector(PathMetadata metadata, PathInits inits) {
this(GitHubCollector.class, metadata, inits);
}
public QGitHubCollector(Class extends GitHubCollector> type, PathMetadata metadata, PathInits inits) {
super(type, metadata, inits);
this._super = new QCollector(type, metadata, inits);
this.allFields = _super.allFields;
this.clientReference = _super.clientReference;
this.collectorType = _super.collectorType;
this.enabled = _super.enabled;
this.errors = _super.errors;
this.id = _super.id;
this.lastExecuted = _super.lastExecuted;
this.lastExecutedSeconds = _super.lastExecutedSeconds;
this.lastExecutedTime = _super.lastExecutedTime;
this.lastExecutionRecordCount = _super.lastExecutionRecordCount;
this.name = _super.name;
this.online = _super.online;
this.properties = _super.properties;
this.searchFields = _super.searchFields;
this.uniqueFields = _super.uniqueFields;
this.upsertTime = _super.upsertTime;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy