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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.ApplicationProperty
CfnWirelessDevice.ApplicationProperty.Builder, CfnWirelessDevice.ApplicationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWirelessDevice.ApplicationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the position data destination that describes the IoT rule that processes the device's position data.final Number
getFPort()
The name of the new destination for the device.final String
getType()
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.final int
hashCode()
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.ApplicationProperty
The name of the position data destination that describes the IoT rule that processes the device's position data.- Specified by:
getDestinationName
in interfaceCfnWirelessDevice.ApplicationProperty
- See Also:
-
getFPort
Description copied from interface:CfnWirelessDevice.ApplicationProperty
The name of the new destination for the device.- Specified by:
getFPort
in interfaceCfnWirelessDevice.ApplicationProperty
- See Also:
-
getType
Description copied from interface:CfnWirelessDevice.ApplicationProperty
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.- Specified by:
getType
in interfaceCfnWirelessDevice.ApplicationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-