### 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: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **PredictiveValue**
implements <>" 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 PredictiveValue 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 PredictiveValue from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static PredictiveValue fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" 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: "" - 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: "OffsetDateTime" - 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: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - 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: "" - 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: "OffsetDateTime" 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: "" - 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: "" syntax: "public PredictiveValue withValue(double value)" desc: "Set the value property: Predictive value in this time bucket." returns: description: "the PredictiveValue object itself." type: "" type: "class" desc: "Represents a predictive metric value in the given bucket." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.monitor.models" artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.44.0