Class TimeRange
- java.lang.Object
-
- software.amazon.awssdk.services.rum.model.TimeRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TimeRange.Builder,TimeRange>
@Generated("software.amazon.awssdk:codegen") public final class TimeRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeRange.Builder,TimeRange>
A structure that defines the time range that you want to retrieve results from.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Longafter()The beginning of the time range to retrieve performance events from.Longbefore()The end of the time range to retrieve performance events from.static TimeRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TimeRange.Builder>serializableBuilderClass()TimeRange.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
-
after
public final Long after()
The beginning of the time range to retrieve performance events from.
- Returns:
- The beginning of the time range to retrieve performance events from.
-
before
public final Long before()
The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
- Returns:
- The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
-
toBuilder
public TimeRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TimeRange.Builder,TimeRange>
-
builder
public static TimeRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends TimeRange.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.
-
-