public class SwiftAccountImpl extends Object implements SwiftAccount
| Modifier and Type | Class and Description |
|---|---|
static class |
SwiftAccountImpl.AccountBuilder |
| Modifier | Constructor and Description |
|---|---|
protected |
SwiftAccountImpl() |
| Modifier and Type | Method and Description |
|---|---|
static SwiftAccountImpl.AccountBuilder |
builder() |
long |
getBytesUsed()
The total number of bytes that are stored in storage for the account.
|
long |
getContainerCount() |
Map<String,String> |
getMetadata()
The custom account metadata map
|
long |
getObjectCount()
The total number of objects that are stored in storage for the account.
|
String |
getTemporaryUrlKey()
The secret key value for temporary URLs.
|
String |
toString() |
public long getContainerCount()
getContainerCount in interface SwiftAccountpublic long getObjectCount()
SwiftAccountgetObjectCount in interface SwiftAccountpublic long getBytesUsed()
SwiftAccountgetBytesUsed in interface SwiftAccountpublic String getTemporaryUrlKey()
SwiftAccountgetTemporaryUrlKey in interface SwiftAccountpublic Map<String,String> getMetadata()
SwiftAccountgetMetadata in interface SwiftAccountpublic static SwiftAccountImpl.AccountBuilder builder()
Copyright © 2017. All rights reserved.