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 SwiftAccount
public long getObjectCount()
SwiftAccount
getObjectCount
in interface SwiftAccount
public long getBytesUsed()
SwiftAccount
getBytesUsed
in interface SwiftAccount
public String getTemporaryUrlKey()
SwiftAccount
getTemporaryUrlKey
in interface SwiftAccount
public Map<String,String> getMetadata()
SwiftAccount
getMetadata
in interface SwiftAccount
public static SwiftAccountImpl.AccountBuilder builder()
Copyright © 2017. All rights reserved.