azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

259 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties"
name: "WaitStatisticProperties"
nameWithType: "WaitStatisticProperties"
summary: "The properties of a wait statistic."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **WaitStatisticProperties**"
constructors:
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.WaitStatisticProperties()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.WaitStatisticProperties()"
name: "WaitStatisticProperties()"
nameWithType: "WaitStatisticProperties.WaitStatisticProperties()"
syntax: "public WaitStatisticProperties()"
methods:
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.count()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.count()"
name: "count()"
nameWithType: "WaitStatisticProperties.count()"
summary: "Get the count property: Wait event count observed in this time interval."
syntax: "public Long count()"
desc: "Get the count property: Wait event count observed in this time interval."
returns:
description: "the count value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.databaseName()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.databaseName()"
name: "databaseName()"
nameWithType: "WaitStatisticProperties.databaseName()"
summary: "Get the database<wbr>Name property: Database Name."
syntax: "public String databaseName()"
desc: "Get the databaseName property: Database Name."
returns:
description: "the databaseName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.endTime()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.endTime()"
name: "endTime()"
nameWithType: "WaitStatisticProperties.endTime()"
summary: "Get the end<wbr>Time property: Observation end time."
syntax: "public OffsetDateTime endTime()"
desc: "Get the endTime property: Observation end time."
returns:
description: "the endTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.eventName()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.eventName()"
name: "eventName()"
nameWithType: "WaitStatisticProperties.eventName()"
summary: "Get the event<wbr>Name property: Wait event name."
syntax: "public String eventName()"
desc: "Get the eventName property: Wait event name."
returns:
description: "the eventName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.eventTypeName()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.eventTypeName()"
name: "eventTypeName()"
nameWithType: "WaitStatisticProperties.eventTypeName()"
summary: "Get the event<wbr>Type<wbr>Name property: Wait event type name."
syntax: "public String eventTypeName()"
desc: "Get the eventTypeName property: Wait event type name."
returns:
description: "the eventTypeName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.queryId()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.queryId()"
name: "queryId()"
nameWithType: "WaitStatisticProperties.queryId()"
summary: "Get the query<wbr>Id property: Database query identifier."
syntax: "public Long queryId()"
desc: "Get the queryId property: Database query identifier."
returns:
description: "the queryId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.startTime()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.startTime()"
name: "startTime()"
nameWithType: "WaitStatisticProperties.startTime()"
summary: "Get the start<wbr>Time property: Observation start time."
syntax: "public OffsetDateTime startTime()"
desc: "Get the startTime property: Observation start time."
returns:
description: "the startTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.totalTimeInMs()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.totalTimeInMs()"
name: "totalTimeInMs()"
nameWithType: "WaitStatisticProperties.totalTimeInMs()"
summary: "Get the total<wbr>Time<wbr>InMs property: Total time of wait in milliseconds in this time interval."
syntax: "public Double totalTimeInMs()"
desc: "Get the totalTimeInMs property: Total time of wait in milliseconds in this time interval."
returns:
description: "the totalTimeInMs value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.userId()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.userId()"
name: "userId()"
nameWithType: "WaitStatisticProperties.userId()"
summary: "Get the user<wbr>Id property: Database user identifier."
syntax: "public Long userId()"
desc: "Get the userId property: Database user identifier."
returns:
description: "the userId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.validate()"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.validate()"
name: "validate()"
nameWithType: "WaitStatisticProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withCount(java.lang.Long)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withCount(Long count)"
name: "withCount(Long count)"
nameWithType: "WaitStatisticProperties.withCount(Long count)"
summary: "Set the count property: Wait event count observed in this time interval."
parameters:
- description: "the count value to set."
name: "count"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public WaitStatisticProperties withCount(Long count)"
desc: "Set the count property: Wait event count observed in this time interval."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withDatabaseName(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withDatabaseName(String databaseName)"
name: "withDatabaseName(String databaseName)"
nameWithType: "WaitStatisticProperties.withDatabaseName(String databaseName)"
summary: "Set the database<wbr>Name property: Database Name."
parameters:
- description: "the databaseName value to set."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WaitStatisticProperties withDatabaseName(String databaseName)"
desc: "Set the databaseName property: Database Name."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withEndTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withEndTime(OffsetDateTime endTime)"
name: "withEndTime(OffsetDateTime endTime)"
nameWithType: "WaitStatisticProperties.withEndTime(OffsetDateTime endTime)"
summary: "Set the end<wbr>Time property: Observation end time."
parameters:
- description: "the endTime value to set."
name: "endTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public WaitStatisticProperties withEndTime(OffsetDateTime endTime)"
desc: "Set the endTime property: Observation end time."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withEventName(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withEventName(String eventName)"
name: "withEventName(String eventName)"
nameWithType: "WaitStatisticProperties.withEventName(String eventName)"
summary: "Set the event<wbr>Name property: Wait event name."
parameters:
- description: "the eventName value to set."
name: "eventName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WaitStatisticProperties withEventName(String eventName)"
desc: "Set the eventName property: Wait event name."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withEventTypeName(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withEventTypeName(String eventTypeName)"
name: "withEventTypeName(String eventTypeName)"
nameWithType: "WaitStatisticProperties.withEventTypeName(String eventTypeName)"
summary: "Set the event<wbr>Type<wbr>Name property: Wait event type name."
parameters:
- description: "the eventTypeName value to set."
name: "eventTypeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WaitStatisticProperties withEventTypeName(String eventTypeName)"
desc: "Set the eventTypeName property: Wait event type name."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withQueryId(java.lang.Long)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withQueryId(Long queryId)"
name: "withQueryId(Long queryId)"
nameWithType: "WaitStatisticProperties.withQueryId(Long queryId)"
summary: "Set the query<wbr>Id property: Database query identifier."
parameters:
- description: "the queryId value to set."
name: "queryId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public WaitStatisticProperties withQueryId(Long queryId)"
desc: "Set the queryId property: Database query identifier."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withStartTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withStartTime(OffsetDateTime startTime)"
name: "withStartTime(OffsetDateTime startTime)"
nameWithType: "WaitStatisticProperties.withStartTime(OffsetDateTime startTime)"
summary: "Set the start<wbr>Time property: Observation start time."
parameters:
- description: "the startTime value to set."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public WaitStatisticProperties withStartTime(OffsetDateTime startTime)"
desc: "Set the startTime property: Observation start time."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withTotalTimeInMs(java.lang.Double)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withTotalTimeInMs(Double totalTimeInMs)"
name: "withTotalTimeInMs(Double totalTimeInMs)"
nameWithType: "WaitStatisticProperties.withTotalTimeInMs(Double totalTimeInMs)"
summary: "Set the total<wbr>Time<wbr>InMs property: Total time of wait in milliseconds in this time interval."
parameters:
- description: "the totalTimeInMs value to set."
name: "totalTimeInMs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
syntax: "public WaitStatisticProperties withTotalTimeInMs(Double totalTimeInMs)"
desc: "Set the totalTimeInMs property: Total time of wait in milliseconds in this time interval."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withUserId(java.lang.Long)"
fullName: "com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties.withUserId(Long userId)"
name: "withUserId(Long userId)"
nameWithType: "WaitStatisticProperties.withUserId(Long userId)"
summary: "Set the user<wbr>Id property: Database user identifier."
parameters:
- description: "the userId value to set."
name: "userId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public WaitStatisticProperties withUserId(Long userId)"
desc: "Set the userId property: Database user identifier."
returns:
description: "the WaitStatisticProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties?alt=com.azure.resourcemanager.mysql.fluent.models.WaitStatisticProperties&text=WaitStatisticProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of a wait statistic."
metadata: {}
package: "com.azure.resourcemanager.mysql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2