public class PoolStatistics extends Object
Constructor and Description |
---|
PoolStatistics() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
lastUpdateTime()
Get the lastUpdateTime value.
|
ResourceStatistics |
resourceStats()
Get the resourceStats value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
String |
url()
Get the url value.
|
UsageStatistics |
usageStats()
Get the usageStats value.
|
PoolStatistics |
withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
PoolStatistics |
withResourceStats(ResourceStatistics resourceStats)
Set the resourceStats value.
|
PoolStatistics |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
PoolStatistics |
withUrl(String url)
Set the url value.
|
PoolStatistics |
withUsageStats(UsageStatistics usageStats)
Set the usageStats value.
|
public String url()
public PoolStatistics withUrl(String url)
url
- the url value to setpublic org.joda.time.DateTime startTime()
public PoolStatistics withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime lastUpdateTime()
public PoolStatistics withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
lastUpdateTime
- the lastUpdateTime value to setpublic UsageStatistics usageStats()
public PoolStatistics withUsageStats(UsageStatistics usageStats)
usageStats
- the usageStats value to setpublic ResourceStatistics resourceStats()
public PoolStatistics withResourceStats(ResourceStatistics resourceStats)
resourceStats
- the resourceStats value to setCopyright © 2019. All rights reserved.