public class AccountingData extends Object
| Constructor and Description |
|---|
AccountingData() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getEntityId() |
String |
getEntityType() |
long |
getTimestamp() |
Accounting.AccountingType |
getType() |
void |
setEntityId(UUID entityId) |
void |
setEntityType(String entityType) |
void |
setTimestamp(long timestamp) |
void |
setType(Accounting.AccountingType type) |
public Accounting.AccountingType getType()
public void setType(Accounting.AccountingType type)
public UUID getEntityId()
public void setEntityId(UUID entityId)
public String getEntityType()
public void setEntityType(String entityType)
public long getTimestamp()
public void setTimestamp(long timestamp)
Copyright © 2017. All Rights Reserved.