Class ServiceIncidentDetail
java.lang.Object
com.microsoft.store.partnercenter.models.serviceincidents.ServiceIncidentDetail
public class ServiceIncidentDetail extends Object
Represents an office service health incident message.
-
Constructor Summary
Constructors Constructor Description ServiceIncidentDetail() -
Method Summary
-
Constructor Details
-
ServiceIncidentDetail
public ServiceIncidentDetail()
-
-
Method Details
-
getId
- Returns:
- the __Id
-
setId
- Parameters:
__Id- the __Id to set
-
getMessageType
- Returns:
- the __MessageType
-
setMessageType
- Parameters:
__MessageType- the __MessageType to set
-
getStartTime
public org.joda.time.DateTime getStartTime()- Returns:
- the __StartTime
-
setStartTime
public void setStartTime(org.joda.time.DateTime __StartTime)- Parameters:
__StartTime- the __StartTime to set
-
getEndTime
public org.joda.time.DateTime getEndTime()- Returns:
- the __EndTime
-
setEndTime
public void setEndTime(org.joda.time.DateTime __EndTime)- Parameters:
__EndTime- the __EndTime to set
-
getStatus
- Returns:
- the __Status
-
setStatus
- Parameters:
__Status- the __Status to set
-
getMessages
- Returns:
- the __Messages
-
setMessages
- Parameters:
__Messages- the __Messages to set
-
getWorkload
- Returns:
- the __Workload
-
setWorkload
- Parameters:
__Workload- the __Workload to set
-
getAffectedWorkloadNames
- Returns:
- the __AffectedWorkloadNames
-
setAffectedWorkloadNames
- Parameters:
__AffectedWorkloadNames- the __AffectedWorkloadNames to set
-
getImpactedArea
- Returns:
- the __ImpactedArea
-
setImpactedArea
- Parameters:
__ImpactedArea- the __ImpactedArea to set
-
is__Resolved
public boolean is__Resolved()- Returns:
- the __Resolved
-
setResolved
public void setResolved(boolean __Resolved)- Parameters:
__Resolved- the __Resolved to set
-
getImpactedCustomers
public int getImpactedCustomers()- Returns:
- the __ImpactedCustomers
-
setImpactedCustomers
public void setImpactedCustomers(int __ImpactedCustomers)- Parameters:
__ImpactedCustomers- the __ImpactedCustomers to set
-
getRequiredBy
public org.joda.time.DateTime getRequiredBy()- Returns:
- the __RequiredBy
-
setRequiredBy
public void setRequiredBy(org.joda.time.DateTime __RequiredBy)- Parameters:
__RequiredBy- the __RequiredBy to set
-
getCategory
- Returns:
- the __Category
-
setCategory
- Parameters:
__Category- the __Category to set
-
getActionType
- Returns:
- the __ActionType
-
setActionType
- Parameters:
__ActionType- the __ActionType to set
-
getSeverity
- Returns:
- the __Severity
-
setSeverity
- Parameters:
__Severity- the __Severity to set
-