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 Details

    • service

      @SerializedName(value="service", alternate="Service") @Expose @Nullable public String 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 status
      The 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 issues
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to