Package com.microsoft.graph.models
Class ServiceHealth
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ServiceHealth
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ServiceHealth
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Service Health.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Issues.The Service.The Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
service
The Service. The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public ServiceHealthStatus statusThe Status. Show the overral service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more details, see serviceHealthStatus values. -
issues
@SerializedName(value="issues", alternate="Issues") @Expose @Nullable public ServiceHealthIssueCollectionPage issuesThe Issues. A collection of issues that happened on the service, with detailed information for each issue.
-
-
Constructor Details
-
ServiceHealth
public ServiceHealth()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-