Package org.openapitools.client.models
Class QueryCallsResponse
-
- All Implemented Interfaces:
public final class QueryCallsResponse
-
-
Constructor Summary
Constructors Constructor Description QueryCallsResponse(List<CallStateResponseFields> calls, String duration, String next, String prev)
-
Method Summary
Modifier and Type Method Description final List<CallStateResponseFields>getCalls()final StringgetDuration()final StringgetNext()final StringgetPrev()-
-
Constructor Detail
-
QueryCallsResponse
QueryCallsResponse(List<CallStateResponseFields> calls, String duration, String next, String prev)
-
-
Method Detail
-
getCalls
final List<CallStateResponseFields> getCalls()
-
getDuration
final String getDuration()
-
-
-
-