Class DeviceConnectionStateEventInfo

java.lang.Object
com.azure.messaging.eventgrid.systemevents.DeviceConnectionStateEventInfo

public final class DeviceConnectionStateEventInfo extends Object
Information about the device connection state event.
  • Constructor Details

    • DeviceConnectionStateEventInfo

      public DeviceConnectionStateEventInfo()
  • Method Details

    • getSequenceNumber

      public String getSequenceNumber()
      Get the sequenceNumber property: 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.
    • setSequenceNumber

      public DeviceConnectionStateEventInfo setSequenceNumber(String sequenceNumber)
      Set the sequenceNumber property: 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.