Class ClipRange
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.ClipRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClipRange.Builder,ClipRange>
@Generated("software.amazon.awssdk:codegen") public final class ClipRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClipRange.Builder,ClipRange>
Clip range configuration for the VOD source associated with the program.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClipRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClipRange.Builderbuilder()LongendOffsetMillis()The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ClipRange.Builder>serializableBuilderClass()ClipRange.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
-
endOffsetMillis
public final Long endOffsetMillis()
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
- Returns:
- The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
-
toBuilder
public ClipRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClipRange.Builder,ClipRange>
-
builder
public static ClipRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClipRange.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.
-
-