Klasse GetRelatedIncidents200Response
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.GetRelatedIncidents200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetRelatedIncidents200Response
extends Object
GetRelatedIncidents200Response
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungA list of Related Incidents and their relationships. -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofGetRelatedIncidents200Response
.GetRelatedIncidents200Response
(List<GetRelatedIncidents200ResponseRelatedIncidentsInner> relatedIncidents) Constructs a validated instance ofGetRelatedIncidents200Response
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
A list of Related Incidents and their relationships.relatedIncidents
(List<GetRelatedIncidents200ResponseRelatedIncidentsInner> relatedIncidents) A list of Related Incidents and their relationships.toString()
-
Felddetails
-
Konstruktordetails
-
GetRelatedIncidents200Response
Constructs a validated instance ofGetRelatedIncidents200Response
.- Parameter:
spec
- the specification to process
-
GetRelatedIncidents200Response
@Internal public GetRelatedIncidents200Response(List<GetRelatedIncidents200ResponseRelatedIncidentsInner> relatedIncidents) Constructs a validated instance ofGetRelatedIncidents200Response
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetRelatedIncidents200Response(Consumer)
instead.- Parameter:
relatedIncidents
- A list of Related Incidents and their relationships.
-
GetRelatedIncidents200Response
protected GetRelatedIncidents200Response()
-
-
Methodendetails