MqttC2DMessagesNotInAllowedRange Class

public final class MqttC2DMessagesNotInAllowedRange
extends TimeWindowCustomAlertRule

Number of cloud to device messages (MQTT protocol) is not in allowed range.

Constructor Summary

Constructor Description
MqttC2DMessagesNotInAllowedRange()

Creates an instance of MqttC2DMessagesNotInAllowedRange class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

MqttC2DMessagesNotInAllowedRange withIsEnabled(boolean isEnabled)

Set the isEnabled property: Status of the custom alert.

MqttC2DMessagesNotInAllowedRange withMaxThreshold(int maxThreshold)

Set the maxThreshold property: The maximum threshold.

MqttC2DMessagesNotInAllowedRange withMinThreshold(int minThreshold)

Set the minThreshold property: The minimum threshold.

MqttC2DMessagesNotInAllowedRange withTimeWindowSize(Duration timeWindowSize)

Set the timeWindowSize property: The time window size in iso8601 format.

Methods inherited from CustomAlertRule

Methods inherited from ThresholdCustomAlertRule

Methods inherited from TimeWindowCustomAlertRule

Methods inherited from java.lang.Object

Constructor Details

MqttC2DMessagesNotInAllowedRange

public MqttC2DMessagesNotInAllowedRange()

Creates an instance of MqttC2DMessagesNotInAllowedRange class.

Method Details

validate

public void validate()

Validates the instance.

Overrides:

MqttC2DMessagesNotInAllowedRange.validate()

withIsEnabled

public MqttC2DMessagesNotInAllowedRange withIsEnabled(boolean isEnabled)

Set the isEnabled property: Status of the custom alert.

Overrides:

MqttC2DMessagesNotInAllowedRange.withIsEnabled(boolean isEnabled)

Parameters:

isEnabled

withMaxThreshold

public MqttC2DMessagesNotInAllowedRange withMaxThreshold(int maxThreshold)

Set the maxThreshold property: The maximum threshold.

Overrides:

MqttC2DMessagesNotInAllowedRange.withMaxThreshold(int maxThreshold)

Parameters:

maxThreshold

withMinThreshold

public MqttC2DMessagesNotInAllowedRange withMinThreshold(int minThreshold)

Set the minThreshold property: The minimum threshold.

Overrides:

MqttC2DMessagesNotInAllowedRange.withMinThreshold(int minThreshold)

Parameters:

minThreshold

withTimeWindowSize

public MqttC2DMessagesNotInAllowedRange withTimeWindowSize(Duration timeWindowSize)

Set the timeWindowSize property: The time window size in iso8601 format.

Overrides:

MqttC2DMessagesNotInAllowedRange.withTimeWindowSize(Duration timeWindowSize)

Parameters:

timeWindowSize

Applies to