ServiceIncidents Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. serviceincidents. ServiceIncidents
- com.
public class ServiceIncidents
Represents a service incident.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServiceIncidents() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.lang.Iterable<Service |
getIncidents() |
|
java.lang.Iterable<Service |
getMessageCenterMessages() |
|
Service |
getStatus() |
| java.lang.String | getWorkload() |
| void | setIncidents(Iterable<ServiceIncidentDetail> __Incidents) |
| void | setMessageCenterMessages(Iterable<ServiceIncidentDetail> __MessageCenterMessages) |
| void | setStatus(ServiceIncidentStatus __Status) |
| void | setWorkload(String __Workload) |
Inherited Members
Constructor Details
ServiceIncidents
public ServiceIncidents()
Method Details
getIncidents
public Iterable
Returns:
getMessageCenterMessages
public Iterable
Returns:
getStatus
public ServiceIncidentStatus getStatus()
Returns:
getWorkload
public String getWorkload()
Returns:
setIncidents
public void setIncidents(Iterable
Parameters:
setMessageCenterMessages
public void setMessageCenterMessages(Iterable
Parameters:
setStatus
public void setStatus(ServiceIncidentStatus __Status)
Parameters:
setWorkload
public void setWorkload(String __Workload)
Parameters: