Class Account.Builder
java.lang.Object
org.jclouds.openstack.swift.v1.domain.Account.Builder
- Enclosing class:
Account
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
protected long
protected long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
bytesUsed
(long bytesUsed) containerCount
(long containerCount) fromAccount
(Account from) NOTEobjectCount
(long objectCount)
-
Field Details
-
containerCount
protected long containerCount -
objectCount
protected long objectCount -
bytesUsed
protected long bytesUsed -
headers
-
metadata
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerCount
- Parameters:
containerCount
- the count of containers for this account.- See Also:
-
objectCount
- Parameters:
objectCount
- the count of objects for this account.- See Also:
-
bytesUsed
- Parameters:
bytesUsed
- the number of bytes used by this account.- See Also:
-
metadata
NOTE
This method will lower-case all metadata keys due to a Swift implementation decision.- Parameters:
metadata
- the metadata for this account.- See Also:
-
headers
- See Also:
-
build
-
fromAccount
-