Interface VodSessionContentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VodSessionContent,VodSessionContent.Builder
public interface VodSessionContentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetDuration()The total duration in seconds of the content including the ads stitched in.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()The total duration in seconds of the content including the ads stitched in.booleanhasDuration()The total duration in seconds of the content including the ads stitched in.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDuration
boolean hasDuration()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;
-
-