Class AssetPropertyValue
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.AssetPropertyValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
@Generated("software.amazon.awssdk:codegen") public final class AssetPropertyValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
Contains asset property value information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetPropertyValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetPropertyValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Qualityquality()The quality of the asset property value.StringqualityAsString()The quality of the asset property value.List<SdkField<?>>sdkFields()static Class<? extends AssetPropertyValue.Builder>serializableBuilderClass()TimeInNanostimestamp()The timestamp of the asset property value.AssetPropertyValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.Variantvalue()The value of the asset property (seeVariant).-
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
-
value
public final Variant value()
The value of the asset property (see
Variant).- Returns:
- The value of the asset property (see
Variant).
-
timestamp
public final TimeInNanos timestamp()
The timestamp of the asset property value.
- Returns:
- The timestamp of the asset property value.
-
quality
public final Quality quality()
The quality of the asset property value.
If the service returns an enum value that is not available in the current SDK version,
qualitywill returnQuality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqualityAsString().- Returns:
- The quality of the asset property value.
- See Also:
Quality
-
qualityAsString
public final String qualityAsString()
The quality of the asset property value.
If the service returns an enum value that is not available in the current SDK version,
qualitywill returnQuality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqualityAsString().- Returns:
- The quality of the asset property value.
- See Also:
Quality
-
toBuilder
public AssetPropertyValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
-
builder
public static AssetPropertyValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetPropertyValue.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.
-
-