Package org.gcube.dataharvest.datamodel
Class CatalogueAccessesReportRow
- java.lang.Object
-
- org.gcube.dataharvest.datamodel.CatalogueAccessesReportRow
-
public class CatalogueAccessesReportRow extends Object
-
-
Constructor Summary
Constructors Constructor Description CatalogueAccessesReportRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDashboardContext()HarvestedDataKeygetKey()StringgetPagePath()intgetVisitNumber()voidsetDashboardContext(String dashboardContext)voidsetKey(HarvestedDataKey key)voidsetPagePath(String pagePath)voidsetVisitNumber(int visitNumber)StringtoString()
-
-
-
Method Detail
-
getKey
public HarvestedDataKey getKey()
-
setKey
public void setKey(HarvestedDataKey key)
-
getPagePath
public String getPagePath()
-
setPagePath
public void setPagePath(String pagePath)
-
getVisitNumber
public int getVisitNumber()
-
setVisitNumber
public void setVisitNumber(int visitNumber)
-
getDashboardContext
public String getDashboardContext()
-
setDashboardContext
public void setDashboardContext(String dashboardContext)
-
-