public class SecurityMonitoringRuleKeepAlive extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityMonitoringRuleKeepAlive.SecurityMonitoringRuleKeepAliveSerializer |
Modifier and Type | Field and Description |
---|---|
static SecurityMonitoringRuleKeepAlive |
FIFTEEN_MINUTES |
static SecurityMonitoringRuleKeepAlive |
FIVE_MINUTES |
static SecurityMonitoringRuleKeepAlive |
ONE_HOUR |
static SecurityMonitoringRuleKeepAlive |
ONE_MINUTE |
static SecurityMonitoringRuleKeepAlive |
SIX_HOURS |
static SecurityMonitoringRuleKeepAlive |
TEN_MINUTES |
static SecurityMonitoringRuleKeepAlive |
THIRTY_MINUTES |
static SecurityMonitoringRuleKeepAlive |
THREE_HOURS |
static SecurityMonitoringRuleKeepAlive |
TWO_HOURS |
static SecurityMonitoringRuleKeepAlive |
ZERO_MINUTES |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Return true if this SecurityMonitoringRuleKeepAlive object is equal to o.
|
static SecurityMonitoringRuleKeepAlive |
fromValue(Integer value) |
Integer |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(Integer value) |
String |
toString() |
public static final SecurityMonitoringRuleKeepAlive ZERO_MINUTES
public static final SecurityMonitoringRuleKeepAlive ONE_MINUTE
public static final SecurityMonitoringRuleKeepAlive FIVE_MINUTES
public static final SecurityMonitoringRuleKeepAlive TEN_MINUTES
public static final SecurityMonitoringRuleKeepAlive FIFTEEN_MINUTES
public static final SecurityMonitoringRuleKeepAlive THIRTY_MINUTES
public static final SecurityMonitoringRuleKeepAlive ONE_HOUR
public static final SecurityMonitoringRuleKeepAlive TWO_HOURS
public static final SecurityMonitoringRuleKeepAlive THREE_HOURS
public static final SecurityMonitoringRuleKeepAlive SIX_HOURS
public boolean isValid()
public Integer getValue()
public void setValue(Integer value)
public boolean equals(Object o)
public static SecurityMonitoringRuleKeepAlive fromValue(Integer value)
Copyright © 2022. All rights reserved.