public class AccountInfo extends Object
| Constructor and Description |
|---|
AccountInfo(long bytesUsed,
int containerCount,
String tempUrlKey) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesUsed()
Returns the total number of bytes used by all objects in a given account.
|
int |
getContainerCount()
The number of containers in a given account.
|
String |
getTempUrlKey() |
void |
setBytesUsed(long bytesUsed) |
void |
setContainerCount(int containerCount) |
void |
setTempUrlKey(String tempUrlKey) |
public AccountInfo(long bytesUsed,
int containerCount,
String tempUrlKey)
public long getBytesUsed()
public void setBytesUsed(long bytesUsed)
bytesUsed - The number of bytes in the accountpublic int getContainerCount()
public void setContainerCount(int containerCount)
containerCount - the containerCount to setpublic String getTempUrlKey()
public void setTempUrlKey(String tempUrlKey)
Copyright © 2020. All rights reserved.