Class ApiDetails

java.lang.Object
eu.dnetlib.openaire.exporter.model.dsm.ApiIgnoredProperties
eu.dnetlib.openaire.exporter.model.dsm.ApiDetails

public class ApiDetails extends ApiIgnoredProperties
  • Field Details

    • removable

      protected Boolean removable
  • Constructor Details

    • ApiDetails

      public ApiDetails()
  • Method Details

    • getId

      public String getId()
    • getProtocol

      public String getProtocol()
    • getDatasource

      public String getDatasource()
    • getContentdescription

      public String getContentdescription()
    • getCompatibility

      public String getCompatibility()
    • getLastCollectionTotal

      public Integer getLastCollectionTotal()
    • getLastCollectionDate

      public Date getLastCollectionDate()
    • getLastAggregationTotal

      public Integer getLastAggregationTotal()
    • getLastAggregationDate

      public Date getLastAggregationDate()
    • getLastDownloadTotal

      public Integer getLastDownloadTotal()
    • getLastDownloadDate

      public Date getLastDownloadDate()
    • getBaseurl

      public String getBaseurl()
    • setId

      public ApiDetails setId(String id)
    • setProtocol

      public ApiDetails setProtocol(String protocol)
    • setDatasource

      public ApiDetails setDatasource(String datasource)
    • setContentdescription

      public ApiDetails setContentdescription(String contentdescription)
    • setCompatibility

      public ApiDetails setCompatibility(String compatibility)
    • setLastCollectionTotal

      public ApiDetails setLastCollectionTotal(Integer lastCollectionTotal)
    • setLastCollectionDate

      public ApiDetails setLastCollectionDate(Date lastCollectionDate)
    • setLastAggregationTotal

      public ApiDetails setLastAggregationTotal(Integer lastAggregationTotal)
    • setLastAggregationDate

      public ApiDetails setLastAggregationDate(Date lastAggregationDate)
    • setLastDownloadTotal

      public ApiDetails setLastDownloadTotal(Integer lastDownloadTotal)
    • setLastDownloadDate

      public ApiDetails setLastDownloadDate(Date lastDownloadDate)
    • setBaseurl

      public ApiDetails setBaseurl(String baseurl)
    • getApiParams

      public Set<ApiParamDetails> getApiParams()
    • setApiParams

      public void setApiParams(Set<ApiParamDetails> apiParams)
    • getCompatibilityOverride

      public String getCompatibilityOverride()
    • setCompatibilityOverride

      public ApiDetails setCompatibilityOverride(String compatibilityOverride)
    • getRemovable

      public Boolean getRemovable()
    • setRemovable

      public ApiDetails setRemovable(Boolean removable)
    • getMetadataIdentifierPath

      public String getMetadataIdentifierPath()
    • setMetadataIdentifierPath

      public ApiDetails setMetadataIdentifierPath(String metadataIdentifierPath)
    • getEoscDatasourceType

      public String getEoscDatasourceType()
    • setEoscDatasourceType

      public ApiDetails setEoscDatasourceType(String eoscDatasourceType)
    • getTypology

      public String getTypology()
    • setTypology

      public ApiDetails setTypology(String typology)