Class CfnAssetModel.PropertyTypeProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnAssetModel.PropertyTypeProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAssetModel.PropertyTypeProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAssetModel.PropertyTypeProperty

@Stability(Stable) @Internal public static final class CfnAssetModel.PropertyTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModel.PropertyTypeProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnAssetModel.PropertyTypeProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAssetModel.PropertyTypeProperty.Builder.
  • Method Details

    • getTypeName

      public final String getTypeName()
      Description copied from interface: CfnAssetModel.PropertyTypeProperty
      The type of property type, which can be one of Attribute , Measurement , Metric , or Transform .
      Specified by:
      getTypeName in interface CfnAssetModel.PropertyTypeProperty
    • getAttribute

      public final Object getAttribute()
      Description copied from interface: CfnAssetModel.PropertyTypeProperty
      Specifies an asset attribute property.

      An attribute generally contains static information, such as the serial number of an industrial IoT wind turbine.

      This is required if the TypeName is Attribute and has a DefaultValue .

      Specified by:
      getAttribute in interface CfnAssetModel.PropertyTypeProperty
    • getMetric

      public final Object getMetric()
      Description copied from interface: CfnAssetModel.PropertyTypeProperty
      Specifies an asset metric property.

      A metric contains a mathematical expression that uses aggregate functions to process all input data points over a time interval and output a single data point, such as to calculate the average hourly temperature.

      This is required if the TypeName is Metric .

      Specified by:
      getMetric in interface CfnAssetModel.PropertyTypeProperty
    • getTransform

      public final Object getTransform()
      Description copied from interface: CfnAssetModel.PropertyTypeProperty
      Specifies an asset transform property.

      A transform contains a mathematical expression that maps a property's data points from one form to another, such as a unit conversion from Celsius to Fahrenheit.

      This is required if the TypeName is Transform .

      Specified by:
      getTransform in interface CfnAssetModel.PropertyTypeProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object