public class LocalUsage
extends org.dataone.bookkeeper.api.Usage
| Constructor and Description |
|---|
LocalUsage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLocalId()
Get the local id associated with the local usage
|
java.lang.String |
getQuotaType()
Get the quota type of the usage
|
java.lang.String |
getRequestor()
Get the requestor associated with the usage
|
java.lang.String |
getSubscriber()
Get the subscriber of the usage
|
void |
setLocalId(int localId)
Set the local id
|
void |
setQuotaType(java.lang.String quotaType)
Set the given quota type to the usage
|
void |
setRequestor(java.lang.String requestor)
Set requestor for this usage
|
void |
setSubscriber(java.lang.String subscriber)
Set the subscriber associated with the usage
|
public java.lang.String getSubscriber()
public void setSubscriber(java.lang.String subscriber)
subscriber - the value will be setpublic java.lang.String getQuotaType()
public void setQuotaType(java.lang.String quotaType)
quotaType - the type will be setpublic java.lang.String getRequestor()
public void setRequestor(java.lang.String requestor)
requestor - the value will be setpublic int getLocalId()
public void setLocalId(int localId)
localId - the local idCopyright © 2023 Regents of the University of California. All Rights Reserved.