public class ServiceHealthIssue extends ServiceAnnouncementBase implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ServiceHealthClassificationType |
classification
The Classification.
|
java.lang.String |
feature
The Feature.
|
java.lang.String |
featureGroup
The Feature Group.
|
java.lang.String |
impactDescription
The Impact Description.
|
java.lang.Boolean |
isResolved
The Is Resolved.
|
ServiceHealthOrigin |
origin
The Origin.
|
java.util.List<ServiceHealthIssuePost> |
posts
The Posts.
|
java.lang.String |
service
The Service.
|
ServiceHealthStatus |
status
The Status.
|
details, endDateTime, lastModifiedDateTime, startDateTime, title| Constructor and Description |
|---|
ServiceHealthIssue() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="classification",
alternate="Classification")
@Expose
@Nullable
public ServiceHealthClassificationType classification
@SerializedName(value="feature",
alternate="Feature")
@Expose
@Nullable
public java.lang.String feature
@SerializedName(value="featureGroup",
alternate="FeatureGroup")
@Expose
@Nullable
public java.lang.String featureGroup
@SerializedName(value="impactDescription",
alternate="ImpactDescription")
@Expose
@Nullable
public java.lang.String impactDescription
@SerializedName(value="isResolved",
alternate="IsResolved")
@Expose
@Nullable
public java.lang.Boolean isResolved
@SerializedName(value="origin",
alternate="Origin")
@Expose
@Nullable
public ServiceHealthOrigin origin
@SerializedName(value="posts",
alternate="Posts")
@Expose
@Nullable
public java.util.List<ServiceHealthIssuePost> posts
@SerializedName(value="service",
alternate="Service")
@Expose
@Nullable
public java.lang.String service
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public ServiceHealthStatus status
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class ServiceAnnouncementBaseserializer - the serializerjson - the JSON object to set this object to