public class UsageStatistics extends Object
Constructor and Description |
---|
UsageStatistics() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.Period |
dedicatedCoreTime()
Get the dedicatedCoreTime value.
|
org.joda.time.DateTime |
lastUpdateTime()
Get the lastUpdateTime value.
|
org.joda.time.DateTime |
startTime()
Get the startTime value.
|
UsageStatistics |
withDedicatedCoreTime(org.joda.time.Period dedicatedCoreTime)
Set the dedicatedCoreTime value.
|
UsageStatistics |
withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
Set the lastUpdateTime value.
|
UsageStatistics |
withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
public org.joda.time.DateTime startTime()
public UsageStatistics withStartTime(org.joda.time.DateTime startTime)
startTime
- the startTime value to setpublic org.joda.time.DateTime lastUpdateTime()
public UsageStatistics withLastUpdateTime(org.joda.time.DateTime lastUpdateTime)
lastUpdateTime
- the lastUpdateTime value to setpublic org.joda.time.Period dedicatedCoreTime()
public UsageStatistics withDedicatedCoreTime(org.joda.time.Period dedicatedCoreTime)
dedicatedCoreTime
- the dedicatedCoreTime value to setCopyright © 2019. All rights reserved.