Klasse GetBusinessServiceSupportingServiceImpacts200Response
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.GetBusinessServiceSupportingServiceImpacts200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetBusinessServiceSupportingServiceImpacts200Response
extends Object
GetBusinessServiceSupportingServiceImpacts200Response
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
GetBusinessServiceSupportingServiceImpacts200Response
(Integer limit, Boolean more, List<Impact> services, GetBusinessServiceSupportingServiceImpacts200ResponseAllOfAdditionalFields additionalFields) Constructs a validated instance ofGetBusinessServiceSupportingServiceImpacts200Response
.GetBusinessServiceSupportingServiceImpacts200Response
(Consumer<GetBusinessServiceSupportingServiceImpacts200Response> spec) Constructs a validated instance ofGetBusinessServiceSupportingServiceImpacts200Response
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadditionalFields
(GetBusinessServiceSupportingServiceImpacts200ResponseAllOfAdditionalFields additionalFields) builder()
protected boolean
boolean
int
hashCode()
limit()
Echoes limit pagination property.Echoes limit pagination property.more()
Indicates if there are additional records to returnIndicates if there are additional records to returnservices()
toString()
-
Felddetails
-
limit
Echoes limit pagination property. -
more
Indicates if there are additional records to return -
services
-
additionalFields
protected GetBusinessServiceSupportingServiceImpacts200ResponseAllOfAdditionalFields additionalFields
-
-
Konstruktordetails
-
GetBusinessServiceSupportingServiceImpacts200Response
public GetBusinessServiceSupportingServiceImpacts200Response(Consumer<GetBusinessServiceSupportingServiceImpacts200Response> spec) Constructs a validated instance ofGetBusinessServiceSupportingServiceImpacts200Response
.- Parameter:
spec
- the specification to process
-
GetBusinessServiceSupportingServiceImpacts200Response
@Internal public GetBusinessServiceSupportingServiceImpacts200Response(Integer limit, Boolean more, List<Impact> services, GetBusinessServiceSupportingServiceImpacts200ResponseAllOfAdditionalFields additionalFields) Constructs a validated instance ofGetBusinessServiceSupportingServiceImpacts200Response
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetBusinessServiceSupportingServiceImpacts200Response(Consumer)
instead.- Parameter:
limit
- Echoes limit pagination property.more
- Indicates if there are additional records to returnservices
- servicesadditionalFields
- additionalFields
-
GetBusinessServiceSupportingServiceImpacts200Response
protected GetBusinessServiceSupportingServiceImpacts200Response()
-
-
Methodendetails
-
builder
-
limit
Echoes limit pagination property. -
more
Indicates if there are additional records to return -
services
-
additionalFields
public GetBusinessServiceSupportingServiceImpacts200ResponseAllOfAdditionalFields additionalFields() -
limit
Echoes limit pagination property.- Gibt zurück:
this
.
-
more
Indicates if there are additional records to return- Gibt zurück:
this
.
-
services
- Gibt zurück:
this
.
-
additionalFields
public GetBusinessServiceSupportingServiceImpacts200Response additionalFields(GetBusinessServiceSupportingServiceImpacts200ResponseAllOfAdditionalFields additionalFields) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-