Package org.openapitools.client.models
Class PublishedTrackInfo
-
- All Implemented Interfaces:
public final class PublishedTrackInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcodecMimeTypeprivate final IntegerdurationSecondsprivate final StringtrackType
-
Constructor Summary
Constructors Constructor Description PublishedTrackInfo(String codecMimeType, Integer durationSeconds, String trackType)
-
Method Summary
Modifier and Type Method Description final StringgetCodecMimeType()final IntegergetDurationSeconds()final StringgetTrackType()-
-
Method Detail
-
getCodecMimeType
final String getCodecMimeType()
-
getDurationSeconds
final Integer getDurationSeconds()
-
getTrackType
final String getTrackType()
-
-
-
-