Class CfnWirelessDevice.ApplicationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.ApplicationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessDevice.ApplicationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessDevice.ApplicationProperty
@Stability(Stable)
@Internal
public static final class CfnWirelessDevice.ApplicationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessDevice.ApplicationProperty
An implementation for
CfnWirelessDevice.ApplicationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.ApplicationProperty
CfnWirelessDevice.ApplicationProperty.Builder, CfnWirelessDevice.ApplicationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessDevice.ApplicationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the position data destination that describes the IoT rule that processes the device's position data.final NumbergetFPort()The name of the new destination for the device.final StringgetType()Application type, which can be specified to obtain real-time position information of your LoRaWAN device.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnWirelessDevice.ApplicationProperty.Builder.
-
-
Method Details
-
getDestinationName
Description copied from interface:CfnWirelessDevice.ApplicationPropertyThe name of the position data destination that describes the IoT rule that processes the device's position data.- Specified by:
getDestinationNamein interfaceCfnWirelessDevice.ApplicationProperty- See Also:
-
getFPort
Description copied from interface:CfnWirelessDevice.ApplicationPropertyThe name of the new destination for the device.- Specified by:
getFPortin interfaceCfnWirelessDevice.ApplicationProperty- See Also:
-
getType
Description copied from interface:CfnWirelessDevice.ApplicationPropertyApplication type, which can be specified to obtain real-time position information of your LoRaWAN device.- Specified by:
getTypein interfaceCfnWirelessDevice.ApplicationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-