Klasse ListIncidentLogEntries200Response
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.ListIncidentLogEntries200Response
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListIncidentLogEntries200Response
extends Object
ListIncidentLogEntries200Response
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
ListIncidentLogEntries200Response
(Integer offset, Integer limit, Boolean more, Integer total, List<ListIncidentLogEntries200ResponseAllOfLogEntriesInner> logEntries) Constructs a validated instance ofListIncidentLogEntries200Response
.Constructs a validated instance ofListIncidentLogEntries200Response
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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 returnoffset()
Echoes offset pagination property.Echoes offset pagination property.toString()
total()
The total number of records matching the given query.The total number of records matching the given query.
-
Felddetails
-
offset
Echoes offset pagination property. -
limit
Echoes limit pagination property. -
more
Indicates if there are additional records to return -
total
The total number of records matching the given query. -
logEntries
-
-
Konstruktordetails
-
ListIncidentLogEntries200Response
Constructs a validated instance ofListIncidentLogEntries200Response
.- Parameter:
spec
- the specification to process
-
ListIncidentLogEntries200Response
@Internal public ListIncidentLogEntries200Response(Integer offset, Integer limit, Boolean more, Integer total, List<ListIncidentLogEntries200ResponseAllOfLogEntriesInner> logEntries) Constructs a validated instance ofListIncidentLogEntries200Response
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ListIncidentLogEntries200Response(Consumer)
instead.- Parameter:
offset
- Echoes offset pagination property.limit
- Echoes limit pagination property.more
- Indicates if there are additional records to returntotal
- The total number of records matching the given query.logEntries
- logEntries
-
ListIncidentLogEntries200Response
protected ListIncidentLogEntries200Response()
-
-
Methodendetails
-
builder
-
offset
Echoes offset pagination property. -
limit
Echoes limit pagination property. -
more
Indicates if there are additional records to return -
total
The total number of records matching the given query. -
logEntries
-
offset
Echoes offset pagination property.- Gibt zurück:
this
.
-
limit
Echoes limit pagination property.- Gibt zurück:
this
.
-
more
Indicates if there are additional records to return- Gibt zurück:
this
.
-
total
The total number of records matching the given query.- Gibt zurück:
this
.
-
logEntries
public ListIncidentLogEntries200Response logEntries(List<ListIncidentLogEntries200ResponseAllOfLogEntriesInner> logEntries) - Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-