public class IncidentReportRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
IncidentReportRequestBody()
Default constructor
|
IncidentReportRequestBody(IncidentReportRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties.
|
String |
getBackground()
Return the background information that describes how the incident occurred.
|
int |
getDomainIdentifier()
Return the identifier of the governance domain that this incident report belongs to (0=ALL/ANY).
|
List<IncidentImpactedElement> |
getImpactedResources()
Return the list of elements that are affected by this incident.
|
Map<String,Integer> |
getIncidentClassifiers()
Return the map of classifiers that help to organize and prioritize this incident report.
|
String |
getOriginatorGUID()
Return the unique identifier of the person or process that created the incident.
|
List<IncidentDependency> |
getPreviousIncidents()
Return details of the previously raised incidents that relate to this situation.
|
String |
getQualifiedName()
Return the unique name of the new incident report.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties.
|
void |
setBackground(String background)
Set up the background information that describes how the incident occurred.
|
void |
setDomainIdentifier(int domainIdentifier)
Set up the identifier of the governance domain that this incident report belongs to (0=ALL/ANY).
|
void |
setImpactedResources(List<IncidentImpactedElement> impactedResources)
Set up the list of elements that are affected by this incident.
|
void |
setIncidentClassifiers(Map<String,Integer> incidentClassifiers)
Set up the map of classifiers that help to organize and prioritize this incident report.
|
void |
setOriginatorGUID(String originatorGUID)
Set up the unique identifier of the person or process that created the incident.
|
void |
setPreviousIncidents(List<IncidentDependency> previousIncidents)
Set up details of the previously raised incidents that relate to this situation.
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name of the new incident report.
|
String |
toString()
JSON-style toString.
|
public IncidentReportRequestBody()
public IncidentReportRequestBody(IncidentReportRequestBody template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - string namepublic int getDomainIdentifier()
public void setDomainIdentifier(int domainIdentifier)
domainIdentifier - intpublic String getBackground()
public void setBackground(String background)
background - string textpublic List<IncidentImpactedElement> getImpactedResources()
public void setImpactedResources(List<IncidentImpactedElement> impactedResources)
impactedResources - list of element identifierspublic List<IncidentDependency> getPreviousIncidents()
public void setPreviousIncidents(List<IncidentDependency> previousIncidents)
previousIncidents - list of incident report detailspublic Map<String,Integer> getIncidentClassifiers()
public void setIncidentClassifiers(Map<String,Integer> incidentClassifiers)
incidentClassifiers - map of classifiers and valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - property mappublic String getOriginatorGUID()
public void setOriginatorGUID(String originatorGUID)
originatorGUID - string guidpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.