Package org.openapitools.client.models
Class StartBroadcastingResponse
-
- All Implemented Interfaces:
public final class StartBroadcastingResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdurationprivate final StringplaylistUrl
-
Constructor Summary
Constructors Constructor Description StartBroadcastingResponse(String duration, String playlistUrl)
-
Method Summary
Modifier and Type Method Description final StringgetDuration()final StringgetPlaylistUrl()-
-
Method Detail
-
getDuration
final String getDuration()
-
getPlaylistUrl
final String getPlaylistUrl()
-
-
-
-