azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.metricsadvisor...

74 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.metricsadvisor.models.AnomalyAlert"
fullName: "com.azure.ai.metricsadvisor.models.AnomalyAlert"
name: "AnomalyAlert"
nameWithType: "AnomalyAlert"
summary: "The Anomaly<wbr>Alert model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class AnomalyAlert"
constructors:
- uid: "com.azure.ai.metricsadvisor.models.AnomalyAlert.AnomalyAlert()"
fullName: "com.azure.ai.metricsadvisor.models.AnomalyAlert.AnomalyAlert()"
name: "AnomalyAlert()"
nameWithType: "AnomalyAlert.AnomalyAlert()"
syntax: "public AnomalyAlert()"
methods:
- uid: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getCreatedTime()"
fullName: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getCreatedTime()"
name: "getCreatedTime()"
nameWithType: "AnomalyAlert.getCreatedTime()"
summary: "Get the created<wbr>Time property: created time."
syntax: "public OffsetDateTime getCreatedTime()"
desc: "Get the createdTime property: created time."
returns:
description: "the createdTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getId()"
fullName: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getId()"
name: "getId()"
nameWithType: "AnomalyAlert.getId()"
summary: "Get the alert<wbr>Id property: alert id."
syntax: "public String getId()"
desc: "Get the alertId property: alert id."
returns:
description: "the alertId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getModifiedTime()"
fullName: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getModifiedTime()"
name: "getModifiedTime()"
nameWithType: "AnomalyAlert.getModifiedTime()"
summary: "Get the modified<wbr>Time property: modified time."
syntax: "public OffsetDateTime getModifiedTime()"
desc: "Get the modifiedTime property: modified time."
returns:
description: "the modifiedTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getTimestamp()"
fullName: "com.azure.ai.metricsadvisor.models.AnomalyAlert.getTimestamp()"
name: "getTimestamp()"
nameWithType: "AnomalyAlert.getTimestamp()"
summary: "Get the timestamp property: anomaly time."
syntax: "public OffsetDateTime getTimestamp()"
desc: "Get the timestamp property: anomaly time."
returns:
description: "the timestamp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
type: "class"
desc: "The AnomalyAlert model."
metadata: {}
package: "com.azure.ai.metricsadvisor.models"
artifact: com.azure:azure-ai-metricsadvisor:1.1.7