public class TenantUsageStatisticsSummaryRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
TenantUsageStatisticsSummaryRepresentation() |
getSelf, getSelfDecoded, setSelf, toJSON, toString
public TenantUsageStatisticsSummaryRepresentation()
@JSONProperty public long getTotalResourceCreateAndUpdateCount()
public void setTotalResourceCreateAndUpdateCount(long count)
@JSONProperty(value="deprecated_Day", ignore=true) @Deprecated public Date getDay()
@Deprecated public void setDay(Date day)
@JSONProperty(value="day") @JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getDayDateTime()
public void setDayDateTime(org.joda.time.DateTime day)
public Long getRequestCount()
public void setRequestCount(Long requestCount)
public Long getStorageSize()
public void setStorageSize(Long storageSize)
@JSONProperty(ignoreIfNull=true) public String getTenantId()
public void setTenantId(String tenantId)
@JSONProperty(ignoreIfNull=true) public Long getDeviceCount()
public void setDeviceCount(Long deviceCount)
@JSONProperty(ignoreIfNull=true) public Long getDeviceWithChildrenCount()
public void setDeviceWithChildrenCount(Long deviceWithChildrenCount)
@JSONProperty(ignoreIfNull=true) public Long getDeviceEndpointCount()
public void setDeviceEndpointCount(Long deviceEndpointCount)
public Long getDeviceRequestCount()
public void setDeviceRequestCount(Long deviceRequestCount)
@JSONProperty(ignoreIfNull=true) public Set<String> getSubscribedApplications()
@JSONProperty(ignoreIfNull=true) public Long getStorageLimitPerDevice()
public void setStorageLimitPerDevice(Long storageLimitPerDevice)
public void setAlarmsCreatedCount(long alarmsCreatedCount)
public long getAlarmsCreatedCount()
public void setAlarmsUpdatedCount(long alarmsUpdatedCount)
public long getAlarmsUpdatedCount()
public void setEventsCreatedCount(long eventsCreatedCount)
public long getEventsCreatedCount()
public void setEventsUpdatedCount(long eventsUpdatedCount)
public long getEventsUpdatedCount()
public void setInventoriesCreatedCount(long inventoriesCreatedCount)
public long getInventoriesCreatedCount()
public void setInventoriesUpdatedCount(long inventoriesUpdatedCount)
public long getInventoriesUpdatedCount()
public void setMeasurementsCreatedCount(long measurementsCreatedCount)
public long getMeasurementsCreatedCount()
public void setAggregateDeviceCount(Long aggregateDeviceCount)
@JSONProperty(ignoreIfNull=true) public Long getAggregateDeviceCount()
public void setAggregateDeviceEndpointCount(Long aggregateDeviceEndpointCount)
@JSONProperty(ignoreIfNull=true) public Long getAggregateDeviceEndpointCount()
public void setAggregateDeviceRequestCount(Long aggregateDeviceRequestCount)
@JSONProperty(ignoreIfNull=true) public Long getAggregateDeviceRequestCount()
public void setAggregateDeviceWithChildrenCount(Long aggregateDeviceWithChildrenCount)
@JSONProperty(ignoreIfNull=true) public Long getAggregateDeviceWithChildrenCount()
public void setAggregateRequestCount(Long aggregateRequestCount)
@JSONProperty(ignoreIfNull=true) public Long getAggregateRequestCount()
public void setAggregateStorageSize(Long aggregateStorageSize)
@JSONProperty(ignoreIfNull=true) public Long getAggregateStorageSize()
public void setResources(ResourceUsageRepresentation resources)
@JSONProperty(ignoreIfNull=true) public ResourceUsageRepresentation getResources()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.