Package org.openapitools.client.models
Class CallSessionResponse
-
- All Implemented Interfaces:
public final class CallSessionResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, OffsetDateTime>acceptedByprivate final Stringidprivate final List<CallParticipantResponse>participantsprivate final Map<String, Integer>participantsCountByRoleprivate final Map<String, OffsetDateTime>rejectedByprivate final OffsetDateTimeendedAtprivate final OffsetDateTimeliveEndedAtprivate final OffsetDateTimeliveStartedAtprivate final OffsetDateTimestartedAt
-
Constructor Summary
Constructors Constructor Description CallSessionResponse(Map<String, OffsetDateTime> acceptedBy, String id, List<CallParticipantResponse> participants, Map<String, Integer> participantsCountByRole, Map<String, OffsetDateTime> rejectedBy, OffsetDateTime endedAt, OffsetDateTime liveEndedAt, OffsetDateTime liveStartedAt, OffsetDateTime startedAt)
-
Method Summary
Modifier and Type Method Description final Map<String, OffsetDateTime>getAcceptedBy()final StringgetId()final List<CallParticipantResponse>getParticipants()final Map<String, Integer>getParticipantsCountByRole()final Map<String, OffsetDateTime>getRejectedBy()final OffsetDateTimegetEndedAt()final OffsetDateTimegetLiveEndedAt()final OffsetDateTimegetLiveStartedAt()final OffsetDateTimegetStartedAt()-
-
Constructor Detail
-
CallSessionResponse
CallSessionResponse(Map<String, OffsetDateTime> acceptedBy, String id, List<CallParticipantResponse> participants, Map<String, Integer> participantsCountByRole, Map<String, OffsetDateTime> rejectedBy, OffsetDateTime endedAt, OffsetDateTime liveEndedAt, OffsetDateTime liveStartedAt, OffsetDateTime startedAt)
-
-
Method Detail
-
getAcceptedBy
final Map<String, OffsetDateTime> getAcceptedBy()
-
getParticipants
final List<CallParticipantResponse> getParticipants()
-
getParticipantsCountByRole
final Map<String, Integer> getParticipantsCountByRole()
-
getRejectedBy
final Map<String, OffsetDateTime> getRejectedBy()
-
getEndedAt
final OffsetDateTime getEndedAt()
-
getLiveEndedAt
final OffsetDateTime getLiveEndedAt()
-
getLiveStartedAt
final OffsetDateTime getLiveStartedAt()
-
getStartedAt
final OffsetDateTime getStartedAt()
-
-
-
-