public class Api<AP extends ApiParam> extends Object implements Comparable<Api<AP>>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected Set<AP> |
apiParams |
protected String |
baseurl |
protected String |
compatibility |
protected boolean |
compatibilityOverrided |
protected String |
contentdescription |
protected String |
datasource |
protected String |
id |
protected Timestamp |
lastAggregationDate |
protected String |
lastAggregationMdid |
protected Integer |
lastAggregationTotal |
protected Timestamp |
lastCollectionDate |
protected String |
lastCollectionMdid |
protected Integer |
lastCollectionTotal |
protected Timestamp |
lastDownloadDate |
protected String |
lastDownloadObjid |
protected Integer |
lastDownloadTotal |
protected String |
lastValidationJob |
protected String |
metadataIdentifierPath |
protected String |
protocol |
protected Boolean |
removable |
protected String |
typology |
| Constructor and Description |
|---|
Api() |
protected String id
protected String protocol
protected String datasource
protected String contentdescription
protected Boolean active
protected Boolean removable
protected String typology
protected String compatibility
protected boolean compatibilityOverrided
protected String metadataIdentifierPath
protected Integer lastCollectionTotal
protected Timestamp lastCollectionDate
protected String lastCollectionMdid
protected Integer lastAggregationTotal
protected Timestamp lastAggregationDate
protected String lastAggregationMdid
protected Integer lastDownloadTotal
protected Timestamp lastDownloadDate
protected String lastDownloadObjid
protected String lastValidationJob
protected String baseurl
public String getId()
public String getProtocol()
public String getDatasource()
public String getContentdescription()
public Boolean getActive()
public Boolean getRemovable()
public String getTypology()
public String getCompatibility()
public boolean isCompatibilityOverrided()
public String getMetadataIdentifierPath()
public Integer getLastCollectionTotal()
public Timestamp getLastCollectionDate()
public String getLastCollectionMdid()
public Integer getLastAggregationTotal()
public Timestamp getLastAggregationDate()
public String getLastAggregationMdid()
public Integer getLastDownloadTotal()
public Timestamp getLastDownloadDate()
public String getLastDownloadObjid()
public String getLastValidationJob()
public String getBaseurl()
Copyright © 2019. All rights reserved.