Class DeviceConnectionStateEventInfo
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.DeviceConnectionStateEventInfo
-
public class DeviceConnectionStateEventInfo extends Object
Information about the device connection state event.
-
-
Constructor Summary
Constructors Constructor Description DeviceConnectionStateEventInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsequenceNumber()Get sequence number is string representation of a hexadecimal number.DeviceConnectionStateEventInfowithSequenceNumber(String sequenceNumber)Set sequence number is string representation of a hexadecimal number.
-
-
-
Method Detail
-
sequenceNumber
public String sequenceNumber()
Get sequence number is string representation of a hexadecimal number. string compare can be used to identify the larger number because both in ASCII and HEX numbers come after alphabets. If you are converting the string to hex, then the number is a 256 bit number.- Returns:
- the sequenceNumber value
-
withSequenceNumber
public DeviceConnectionStateEventInfo withSequenceNumber(String sequenceNumber)
Set sequence number is string representation of a hexadecimal number. string compare can be used to identify the larger number because both in ASCII and HEX numbers come after alphabets. If you are converting the string to hex, then the number is a 256 bit number.- Parameters:
sequenceNumber- the sequenceNumber value to set- Returns:
- the DeviceConnectionStateEventInfo object itself.
-
-