|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.accounting.ut.UpdateInfo
public class UpdateInfo
A class modeling the update status of the usage tracker for a given infrastructure (a.k.a. resource owner)
| Constructor Summary | |
|---|---|
UpdateInfo()
|
|
UpdateInfo(String dci,
Long timestamp)
|
|
| Method Summary | |
|---|---|
String |
getDci()
Return a reference to the infrastructure |
Long |
getTimestamp()
Return the last time a usage record has been published for the infrastructure |
void |
setDci(String dci)
Set a reference to the infrastructure |
void |
setTimestamp(Long timestamp)
Set the last time a usage record has been published for the infrastructure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateInfo()
public UpdateInfo(String dci,
Long timestamp)
| Method Detail |
|---|
public String getDci()
public void setDci(String dci)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||