com.cumulocity.rest.representation.tenant
Class TenantUsageStatisticsRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.tenant.TenantUsageStatisticsRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class TenantUsageStatisticsRepresentation
extends BaseResourceRepresentation


Constructor Summary
TenantUsageStatisticsRepresentation()
           
 
Method Summary
 Date getDay()
           
 Long getRequestCount()
           
 Long getStorageSize()
           
 void setDay(Date day)
           
 void setRequestCount(Long requestCount)
           
 void setStorageSize(Long storageSize)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TenantUsageStatisticsRepresentation

public TenantUsageStatisticsRepresentation()
Method Detail

getDay

public Date getDay()

setDay

public void setDay(Date day)

getRequestCount

public Long getRequestCount()

setRequestCount

public void setRequestCount(Long requestCount)

getStorageSize

public Long getStorageSize()

setStorageSize

public void setStorageSize(Long storageSize)


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.