Package org.openapitools.client.models
Class GetCallStatsResponse
-
- All Implemented Interfaces:
public final class GetCallStatsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegercallDurationSecondsprivate final StringcallStatusprivate final Stringdurationprivate final IntegermaxFreezesDurationSecondsprivate final IntegermaxParticipantsprivate final IntegermaxTotalQualityLimitationDurationSecondsprivate final List<UserStats>participantReportprivate final IntegerpublishingParticipantsprivate final IntegerqualityScoreprivate final IntegersfuCountprivate final List<SFULocationResponse>sfusprivate final CallTimelinecallTimelineprivate final Statsjitterprivate final Statslatency
-
Constructor Summary
Constructors Constructor Description GetCallStatsResponse(Integer callDurationSeconds, String callStatus, String duration, Integer maxFreezesDurationSeconds, Integer maxParticipants, Integer maxTotalQualityLimitationDurationSeconds, List<UserStats> participantReport, Integer publishingParticipants, Integer qualityScore, Integer sfuCount, List<SFULocationResponse> sfus, CallTimeline callTimeline, Stats jitter, Stats latency)
-
Method Summary
Modifier and Type Method Description final IntegergetCallDurationSeconds()final StringgetCallStatus()final StringgetDuration()final IntegergetMaxFreezesDurationSeconds()final IntegergetMaxParticipants()final IntegergetMaxTotalQualityLimitationDurationSeconds()final List<UserStats>getParticipantReport()final IntegergetPublishingParticipants()final IntegergetQualityScore()final IntegergetSfuCount()final List<SFULocationResponse>getSfus()final CallTimelinegetCallTimeline()final StatsgetJitter()final StatsgetLatency()-
-
Constructor Detail
-
GetCallStatsResponse
GetCallStatsResponse(Integer callDurationSeconds, String callStatus, String duration, Integer maxFreezesDurationSeconds, Integer maxParticipants, Integer maxTotalQualityLimitationDurationSeconds, List<UserStats> participantReport, Integer publishingParticipants, Integer qualityScore, Integer sfuCount, List<SFULocationResponse> sfus, CallTimeline callTimeline, Stats jitter, Stats latency)
- Parameters:
duration- Duration of the request in human-readable format
-
-
Method Detail
-
getCallDurationSeconds
final Integer getCallDurationSeconds()
-
getCallStatus
final String getCallStatus()
-
getDuration
final String getDuration()
-
getMaxFreezesDurationSeconds
final Integer getMaxFreezesDurationSeconds()
-
getMaxParticipants
final Integer getMaxParticipants()
-
getMaxTotalQualityLimitationDurationSeconds
final Integer getMaxTotalQualityLimitationDurationSeconds()
-
getParticipantReport
final List<UserStats> getParticipantReport()
-
getPublishingParticipants
final Integer getPublishingParticipants()
-
getQualityScore
final Integer getQualityScore()
-
getSfuCount
final Integer getSfuCount()
-
getSfus
final List<SFULocationResponse> getSfus()
-
getCallTimeline
final CallTimeline getCallTimeline()
-
getLatency
final Stats getLatency()
-
-
-
-