public static final class CfnAssetModel.MetricProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModel.MetricProperty
CfnAssetModel.MetricProperty
CfnAssetModel.MetricProperty.Builder, CfnAssetModel.MetricProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getExpression()
The mathematical expression that defines the metric aggregation function.
|
java.lang.Object |
getVariables()
The list of variables used in the expression.
|
java.lang.Object |
getWindow()
The window (time interval) over which AWS IoT SiteWise computes the metric's aggregation expression.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getExpression()
CfnAssetModel.MetricProperty
You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.
For more information, see Quotas in the AWS IoT SiteWise User Guide .
getExpression
in interface CfnAssetModel.MetricProperty
public final java.lang.Object getVariables()
CfnAssetModel.MetricProperty
getVariables
in interface CfnAssetModel.MetricProperty
public final java.lang.Object getWindow()
CfnAssetModel.MetricProperty
AWS IoT SiteWise computes one data point per window
.
getWindow
in interface CfnAssetModel.MetricProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()