com.falkonry.helper.models.Pipeline Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
Falkonry Java Client to access Condition Prediction APIs.
package com.falkonry.helper.models;
/*!
* falkonry-java-client
* Copyright(c) 2016 Falkonry Inc
* MIT Licensed
*/
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
import org.codehaus.jackson.annotate.JsonProperty;
import java.util.List;
@JsonIgnoreProperties(ignoreUnknown=true)
public class Pipeline {
private String id;
private String sourceId;
private String name;
private String tenant;
private String eventbuffer;
private String inputMeasurement;
private String entityIdentifier;
private String entityName;
private String createdBy;
private Long createTime;
private String updatedBy;
private Long updateTime;
private List inputList;
private List assessmentList;
private List publicationList;
private Long earliestDataPoint;
private Long latestDataPoint;
private List