@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Measurement extends Object implements Serializable, Cloneable, StructuredPojo
Contains an asset measurement property. For more information, see Measurements in the IoT SiteWise User Guide.
| Constructor and Description |
|---|
Measurement() |
| Modifier and Type | Method and Description |
|---|---|
Measurement |
clone() |
boolean |
equals(Object obj) |
MeasurementProcessingConfig |
getProcessingConfig()
The processing configuration for the given measurement property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setProcessingConfig(MeasurementProcessingConfig processingConfig)
The processing configuration for the given measurement property.
|
String |
toString()
Returns a string representation of this object.
|
Measurement |
withProcessingConfig(MeasurementProcessingConfig processingConfig)
The processing configuration for the given measurement property.
|
public void setProcessingConfig(MeasurementProcessingConfig processingConfig)
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
processingConfig - The processing configuration for the given measurement property. You can configure measurements to be kept
at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the
cloud.public MeasurementProcessingConfig getProcessingConfig()
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
public Measurement withProcessingConfig(MeasurementProcessingConfig processingConfig)
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
processingConfig - The processing configuration for the given measurement property. You can configure measurements to be kept
at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the
cloud.public String toString()
toString in class ObjectObject.toString()public Measurement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.