com.intel.cosbench.client.swift
Class SwiftAccount

java.lang.Object
  extended by com.intel.cosbench.client.swift.SwiftAccount

public class SwiftAccount
extends java.lang.Object


Constructor Summary
SwiftAccount(long bytesUsed, int containerCount)
           
 
Method Summary
 long getBytesUsed()
           
 int getContainerCount()
           
 void setBytesUsed(long bytesUsed)
           
 void setContainerCount(int containerCount)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwiftAccount

public SwiftAccount(long bytesUsed,
                    int containerCount)
Method Detail

getBytesUsed

public long getBytesUsed()

setBytesUsed

public void setBytesUsed(long bytesUsed)

getContainerCount

public int getContainerCount()

setContainerCount

public void setContainerCount(int containerCount)