Class BatchGetAssetPropertyValueEntry
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>
@Generated("software.amazon.awssdk:codegen") public final class BatchGetAssetPropertyValueEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>
Contains information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
To identify an asset property, you must specify one of the following:
-
The
assetIdandpropertyIdof an asset property. -
A
propertyAlias, which is a data stream alias (for example,/company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetAssetPropertyValueEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassetId()The ID of the asset in which the asset property was created.static BatchGetAssetPropertyValueEntry.Builderbuilder()StringentryId()The ID of the entry.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpropertyAlias()The alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature).StringpropertyId()The ID of the asset property.List<SdkField<?>>sdkFields()static Class<? extends BatchGetAssetPropertyValueEntry.Builder>serializableBuilderClass()BatchGetAssetPropertyValueEntry.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
-
entryId
public final String entryId()
The ID of the entry.
- Returns:
- The ID of the entry.
-
assetId
public final String assetId()
The ID of the asset in which the asset property was created.
- Returns:
- The ID of the asset in which the asset property was created.
-
propertyId
public final String propertyId()
The ID of the asset property.
- Returns:
- The ID of the asset property.
-
propertyAlias
public final String propertyAlias()
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.- Returns:
- The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.
-
toBuilder
public BatchGetAssetPropertyValueEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>
-
builder
public static BatchGetAssetPropertyValueEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetAssetPropertyValueEntry.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.
-
-