EnrichmentStatus Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. EnrichmentStatus
- com.
Implements
public final class EnrichmentStatus
implements JsonSerializable<EnrichmentStatus>
The EnrichmentStatus model.
Constructor Summary
Constructor | Description |
---|---|
EnrichmentStatus() |
Creates an instance of Enrichment |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Enrichment |
fromJson(JsonReader jsonReader)
Reads an instance of Enrichment |
String |
getMessage()
Get the message property: the trimmed message describes details of the enrichment status. |
String |
getStatus()
Get the status property: latest enrichment status for this data slice. |
Offset |
getTimestamp()
Get the timestamp property: data slice timestamp. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
EnrichmentStatus
public EnrichmentStatus()
Creates an instance of EnrichmentStatus class.
Method Details
fromJson
public static EnrichmentStatus fromJson(JsonReader jsonReader)
Reads an instance of EnrichmentStatus from the JsonReader.
Parameters:
Returns:
Throws:
getMessage
public String getMessage()
Get the message property: the trimmed message describes details of the enrichment status.
Returns:
getStatus
public String getStatus()
Get the status property: latest enrichment status for this data slice.
Returns:
getTimestamp
public OffsetDateTime getTimestamp()
Get the timestamp property: data slice timestamp.
Returns:
toJson
Applies to
Azure SDK for Java