Class MonotonicValues
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.MonotonicValues
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonotonicValues.Builder,MonotonicValues>
@Generated("software.amazon.awssdk:codegen") public final class MonotonicValues extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonotonicValues.Builder,MonotonicValues>
Entity that comprises information on monotonic values in the data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonotonicValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonotonicValues.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Monotonicitymonotonicity()Indicates the monotonicity of values.StringmonotonicityAsString()Indicates the monotonicity of values.List<SdkField<?>>sdkFields()static Class<? extends MonotonicValues.Builder>serializableBuilderClass()StatisticalIssueStatusstatus()Indicates whether there is a potential data issue related to having monotonic values.StringstatusAsString()Indicates whether there is a potential data issue related to having monotonic values.MonotonicValues.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
-
status
public final StatisticalIssueStatus status()
Indicates whether there is a potential data issue related to having monotonic values.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates whether there is a potential data issue related to having monotonic values.
- See Also:
StatisticalIssueStatus
-
statusAsString
public final String statusAsString()
Indicates whether there is a potential data issue related to having monotonic values.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatisticalIssueStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates whether there is a potential data issue related to having monotonic values.
- See Also:
StatisticalIssueStatus
-
monotonicity
public final Monotonicity monotonicity()
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
If the service returns an enum value that is not available in the current SDK version,
monotonicitywill returnMonotonicity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommonotonicityAsString().- Returns:
- Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
- See Also:
Monotonicity
-
monotonicityAsString
public final String monotonicityAsString()
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
If the service returns an enum value that is not available in the current SDK version,
monotonicitywill returnMonotonicity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommonotonicityAsString().- Returns:
- Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
- See Also:
Monotonicity
-
toBuilder
public MonotonicValues.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonotonicValues.Builder,MonotonicValues>
-
builder
public static MonotonicValues.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonotonicValues.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.
-
-