public class PageViewDataStruct extends Object
Constructor and Description |
---|
PageViewDataStruct(Language lang,
org.joda.time.DateTime start,
org.joda.time.DateTime end,
gnu.trove.map.TIntIntMap stats) |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getEndDate() |
Language |
getLang() |
gnu.trove.map.TIntIntMap |
getPageViewStats() |
org.joda.time.DateTime |
getStartDate() |
public PageViewDataStruct(Language lang, org.joda.time.DateTime start, org.joda.time.DateTime end, gnu.trove.map.TIntIntMap stats)
public Language getLang()
public org.joda.time.DateTime getStartDate()
public org.joda.time.DateTime getEndDate()
public gnu.trove.map.TIntIntMap getPageViewStats()
Copyright © 2014. All rights reserved.