Class LongRangeType
- java.lang.Object
-
- software.amazon.awssdk.services.workdocs.model.LongRangeType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LongRangeType.Builder,LongRangeType>
@Generated("software.amazon.awssdk:codegen") public final class LongRangeType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LongRangeType.Builder,LongRangeType>
Filter based on size (in bytes).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLongRangeType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LongRangeType.Builderbuilder()LongendValue()The size end range (in bytes).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends LongRangeType.Builder>serializableBuilderClass()LongstartValue()The size start range (in bytes).LongRangeType.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
-
startValue
public final Long startValue()
The size start range (in bytes).
- Returns:
- The size start range (in bytes).
-
endValue
public final Long endValue()
The size end range (in bytes).
- Returns:
- The size end range (in bytes).
-
toBuilder
public LongRangeType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LongRangeType.Builder,LongRangeType>
-
builder
public static LongRangeType.Builder builder()
-
serializableBuilderClass
public static Class<? extends LongRangeType.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.
-
-