Class AdBreakOpportunity
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.AdBreakOpportunity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>
@Generated("software.amazon.awssdk:codegen") public final class AdBreakOpportunity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>
A location at which a zero-duration ad marker was detected in a VOD source manifest.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAdBreakOpportunity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdBreakOpportunity.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongoffsetMillis()The offset in milliseconds from the start of the VOD source at which an ad marker was detected.List<SdkField<?>>sdkFields()static Class<? extends AdBreakOpportunity.Builder>serializableBuilderClass()AdBreakOpportunity.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
offsetMillis
public final Long offsetMillis()
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
- Returns:
- The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
-
toBuilder
public AdBreakOpportunity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>
-
builder
public static AdBreakOpportunity.Builder builder()
-
serializableBuilderClass
public static Class<? extends AdBreakOpportunity.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-