Uses of Class
org.gcube.dataharvest.datamodel.HarvestedDataKey
-
Packages that use HarvestedDataKey Package Description org.gcube.dataharvest.datamodel org.gcube.dataharvest.harvester -
-
Uses of HarvestedDataKey in org.gcube.dataharvest.datamodel
Methods in org.gcube.dataharvest.datamodel that return HarvestedDataKey Modifier and Type Method Description HarvestedDataKeyCatalogueAccessesReportRow. getKey()HarvestedDataKeyCoreServiceAccessesReportRow. getKey()static HarvestedDataKeyHarvestedDataKey. valueOf(String name)Returns the enum constant of this type with the specified name.static HarvestedDataKey[]HarvestedDataKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.dataharvest.datamodel with parameters of type HarvestedDataKey Modifier and Type Method Description voidCatalogueAccessesReportRow. setKey(HarvestedDataKey key)voidCoreServiceAccessesReportRow. setKey(HarvestedDataKey key) -
Uses of HarvestedDataKey in org.gcube.dataharvest.harvester
Methods in org.gcube.dataharvest.harvester with parameters of type HarvestedDataKey Modifier and Type Method Description org.gcube.accounting.accounting.summary.access.model.internal.DimensionBasicHarvester. getDimension(HarvestedDataKey harvestedDataKey)
-