Package org.dajlab.bricksetapi.v3.vo
Class ApiKeyUsage
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.ApiKeyUsage
-
public class ApiKeyUsage extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiKeyUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCount()CalendargetDateStamp()voidsetCount(Integer count)voidsetDateStamp(Calendar dateStamp)
-
-
-
Method Detail
-
getDateStamp
public Calendar getDateStamp()
- Returns:
- the dateStamp
-
setDateStamp
public void setDateStamp(Calendar dateStamp)
- Parameters:
dateStamp- the dateStamp to set
-
getCount
public Integer getCount()
- Returns:
- the count
-
setCount
public void setCount(Integer count)
- Parameters:
count- the count to set
-
-