126 строки
8.6 KiB
YAML
126 строки
8.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.monitor.models.PredictiveValue"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue"
|
|
name: "PredictiveValue"
|
|
nameWithType: "PredictiveValue"
|
|
summary: "Represents a predictive metric value in the given bucket."
|
|
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 **PredictiveValue**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.monitor.models.PredictiveValue?alt=com.azure.resourcemanager.monitor.models.PredictiveValue&text=PredictiveValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.PredictiveValue()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.PredictiveValue()"
|
|
name: "PredictiveValue()"
|
|
nameWithType: "PredictiveValue.PredictiveValue()"
|
|
summary: "Creates an instance of Predictive<wbr>Value class."
|
|
syntax: "public PredictiveValue()"
|
|
desc: "Creates an instance of PredictiveValue class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "PredictiveValue.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Predictive<wbr>Value from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static PredictiveValue fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of PredictiveValue from the JsonReader."
|
|
returns:
|
|
description: "An instance of PredictiveValue if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.PredictiveValue?alt=com.azure.resourcemanager.monitor.models.PredictiveValue&text=PredictiveValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.timestamp()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.timestamp()"
|
|
name: "timestamp()"
|
|
nameWithType: "PredictiveValue.timestamp()"
|
|
summary: "Get the timestamp property: the timestamp for the metric value in ISO 8601 format."
|
|
syntax: "public OffsetDateTime timestamp()"
|
|
desc: "Get the timestamp property: the timestamp for the metric value in ISO 8601 format."
|
|
returns:
|
|
description: "the timestamp value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "PredictiveValue.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.validate()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.validate()"
|
|
name: "validate()"
|
|
nameWithType: "PredictiveValue.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.value()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.value()"
|
|
name: "value()"
|
|
nameWithType: "PredictiveValue.value()"
|
|
summary: "Get the value property: Predictive value in this time bucket."
|
|
syntax: "public double value()"
|
|
desc: "Get the value property: Predictive value in this time bucket."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.withTimestamp(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.withTimestamp(OffsetDateTime timestamp)"
|
|
name: "withTimestamp(OffsetDateTime timestamp)"
|
|
nameWithType: "PredictiveValue.withTimestamp(OffsetDateTime timestamp)"
|
|
summary: "Set the timestamp property: the timestamp for the metric value in ISO 8601 format."
|
|
parameters:
|
|
- description: "the timestamp value to set."
|
|
name: "timestamp"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public PredictiveValue withTimestamp(OffsetDateTime timestamp)"
|
|
desc: "Set the timestamp property: the timestamp for the metric value in ISO 8601 format."
|
|
returns:
|
|
description: "the PredictiveValue object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.PredictiveValue?alt=com.azure.resourcemanager.monitor.models.PredictiveValue&text=PredictiveValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.monitor.models.PredictiveValue.withValue(double)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.PredictiveValue.withValue(double value)"
|
|
name: "withValue(double value)"
|
|
nameWithType: "PredictiveValue.withValue(double value)"
|
|
summary: "Set the value property: Predictive value in this time bucket."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PredictiveValue withValue(double value)"
|
|
desc: "Set the value property: Predictive value in this time bucket."
|
|
returns:
|
|
description: "the PredictiveValue object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.PredictiveValue?alt=com.azure.resourcemanager.monitor.models.PredictiveValue&text=PredictiveValue\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents a predictive metric value in the given bucket."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.monitor.models.PredictiveValue?alt=com.azure.resourcemanager.monitor.models.PredictiveValue&text=PredictiveValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.monitor.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0
|