Class IotHubDeviceConnectedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.DeviceConnectionStateEventProperties
com.azure.messaging.eventgrid.systemevents.IotHubDeviceConnectedEventData
Event data for Microsoft.Devices.DeviceConnected event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of IotHubDeviceConnectedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetDeviceConnectionStateEventInfo(DeviceConnectionStateEventInfo deviceConnectionStateEventInfo) Set the deviceConnectionStateEventInfo property: Information about the device connection state event.setDeviceId(String deviceId) Set the deviceId property: The unique identifier of the device.setHubName(String hubName) Set the hubName property: Name of the IoT Hub where the device was created or deleted.setModuleId(String moduleId) Set the moduleId property: The unique identifier of the module.Methods inherited from class com.azure.messaging.eventgrid.systemevents.DeviceConnectionStateEventProperties
getDeviceConnectionStateEventInfo, getDeviceId, getHubName, getModuleId
-
Constructor Details
-
IotHubDeviceConnectedEventData
public IotHubDeviceConnectedEventData()Creates an instance of IotHubDeviceConnectedEventData class.
-
-
Method Details
-
setDeviceId
Set the deviceId property: The unique identifier of the device. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : . + % _ # * ? ! ( ) , = @ ; $ '.- Overrides:
setDeviceIdin classDeviceConnectionStateEventProperties- Parameters:
deviceId- the deviceId value to set.- Returns:
- the DeviceConnectionStateEventProperties object itself.
-
setModuleId
Set the moduleId property: The unique identifier of the module. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : . + % _ # * ? ! ( ) , = @ ; $ '.- Overrides:
setModuleIdin classDeviceConnectionStateEventProperties- Parameters:
moduleId- the moduleId value to set.- Returns:
- the DeviceConnectionStateEventProperties object itself.
-
setHubName
Set the hubName property: Name of the IoT Hub where the device was created or deleted.- Overrides:
setHubNamein classDeviceConnectionStateEventProperties- Parameters:
hubName- the hubName value to set.- Returns:
- the DeviceConnectionStateEventProperties object itself.
-
setDeviceConnectionStateEventInfo
public IotHubDeviceConnectedEventData setDeviceConnectionStateEventInfo(DeviceConnectionStateEventInfo deviceConnectionStateEventInfo) Set the deviceConnectionStateEventInfo property: Information about the device connection state event.- Overrides:
setDeviceConnectionStateEventInfoin classDeviceConnectionStateEventProperties- Parameters:
deviceConnectionStateEventInfo- the deviceConnectionStateEventInfo value to set.- Returns:
- the DeviceConnectionStateEventProperties object itself.
-