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 String |
contentdescription |
protected String |
datasource |
protected String |
id |
protected Date |
lastAggregationDate |
protected String |
lastAggregationMdid |
protected Integer |
lastAggregationTotal |
protected Date |
lastCollectionDate |
protected String |
lastCollectionMdid |
protected Integer |
lastCollectionTotal |
protected Date |
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 String metadataIdentifierPath
protected Integer lastCollectionTotal
protected Date lastCollectionDate
protected String lastCollectionMdid
protected Integer lastAggregationTotal
protected Date lastAggregationDate
protected String lastAggregationMdid
protected Integer lastDownloadTotal
protected Date 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 String getMetadataIdentifierPath()
public Integer getLastCollectionTotal()
public Date getLastCollectionDate()
public String getLastCollectionMdid()
public Integer getLastAggregationTotal()
public Date getLastAggregationDate()
public String getLastAggregationMdid()
public Integer getLastDownloadTotal()
public Date getLastDownloadDate()
public String getLastDownloadObjid()
public String getLastValidationJob()
public String getBaseurl()
Copyright © 2017. All rights reserved.