org.jclouds.openstack.swift.v1.domain
Class AccountMetadata.Builder
java.lang.Object
org.jclouds.openstack.swift.v1.domain.AccountMetadata.Builder
- Enclosing class:
- AccountMetadata
public static class AccountMetadata.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
containerCount
protected int containerCount
bytesUsed
protected long bytesUsed
AccountMetadata.Builder
public AccountMetadata.Builder()
containerCount
public AccountMetadata.Builder containerCount(int containerCount)
- See Also:
AccountMetadata.getContainerCount()
bytesUsed
public AccountMetadata.Builder bytesUsed(long bytesUsed)
- See Also:
AccountMetadata.getBytesUsed()
build
public AccountMetadata build()
fromAccountMetadata
public AccountMetadata.Builder fromAccountMetadata(AccountMetadata from)
Copyright © 2009-2012 jclouds. All Rights Reserved.