### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics"
name: "UsageStatistics"
nameWithType: "UsageStatistics"
summary: "Statistics related to Pool usage information."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public class **UsageStatistics**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.UsageStatistics()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.UsageStatistics()"
name: "UsageStatistics()"
nameWithType: "UsageStatistics.UsageStatistics()"
syntax: "public UsageStatistics()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.dedicatedCoreTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.dedicatedCoreTime()"
name: "dedicatedCoreTime()"
nameWithType: "UsageStatistics.dedicatedCoreTime()"
summary: "Get the dedicatedCoreTime value."
syntax: "public Period dedicatedCoreTime()"
desc: "Get the dedicatedCoreTime value."
returns:
description: "the dedicatedCoreTime value"
type: ""
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.lastUpdateTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.lastUpdateTime()"
name: "lastUpdateTime()"
nameWithType: "UsageStatistics.lastUpdateTime()"
summary: "Get the lastUpdateTime value."
syntax: "public DateTime lastUpdateTime()"
desc: "Get the lastUpdateTime value."
returns:
description: "the lastUpdateTime value"
type: ""
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.startTime()"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.startTime()"
name: "startTime()"
nameWithType: "UsageStatistics.startTime()"
summary: "Get the startTime value."
syntax: "public DateTime startTime()"
desc: "Get the startTime value."
returns:
description: "the startTime value"
type: ""
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withDedicatedCoreTime(org.joda.time.Period)"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withDedicatedCoreTime(Period dedicatedCoreTime)"
name: "withDedicatedCoreTime(Period dedicatedCoreTime)"
nameWithType: "UsageStatistics.withDedicatedCoreTime(Period dedicatedCoreTime)"
summary: "Set the dedicatedCoreTime value."
parameters:
- description: "the dedicatedCoreTime value to set"
name: "dedicatedCoreTime"
type: ""
syntax: "public UsageStatistics withDedicatedCoreTime(Period dedicatedCoreTime)"
desc: "Set the dedicatedCoreTime value."
returns:
description: "the UsageStatistics object itself."
type: ""
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withLastUpdateTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withLastUpdateTime(DateTime lastUpdateTime)"
name: "withLastUpdateTime(DateTime lastUpdateTime)"
nameWithType: "UsageStatistics.withLastUpdateTime(DateTime lastUpdateTime)"
summary: "Set the lastUpdateTime value."
parameters:
- description: "the lastUpdateTime value to set"
name: "lastUpdateTime"
type: ""
syntax: "public UsageStatistics withLastUpdateTime(DateTime lastUpdateTime)"
desc: "Set the lastUpdateTime value."
returns:
description: "the UsageStatistics object itself."
type: ""
- uid: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withStartTime(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.batch.protocol.models.UsageStatistics.withStartTime(DateTime startTime)"
name: "withStartTime(DateTime startTime)"
nameWithType: "UsageStatistics.withStartTime(DateTime startTime)"
summary: "Set the startTime value."
parameters:
- description: "the startTime value to set"
name: "startTime"
type: ""
syntax: "public UsageStatistics withStartTime(DateTime startTime)"
desc: "Set the startTime value."
returns:
description: "the UsageStatistics object itself."
type: ""
type: "class"
desc: "Statistics related to Pool usage information."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0