public static class HystrixPropertiesChainedArchaiusProperty.BooleanProperty extends HystrixPropertiesChainedArchaiusProperty.ChainLink<java.lang.Boolean>
Constructor and Description |
---|
BooleanProperty(HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty) |
BooleanProperty(HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty,
HystrixPropertiesChainedArchaiusProperty.BooleanProperty next) |
BooleanProperty(HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty,
HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty next) |
BooleanProperty(java.lang.String name,
HystrixPropertiesChainedArchaiusProperty.BooleanProperty next) |
BooleanProperty(java.lang.String name,
HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.Boolean |
getValue() |
boolean |
isValueAcceptable() |
addCallback, checkAndFlip, get, toString
public BooleanProperty(HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty)
public BooleanProperty(HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty, HystrixPropertiesChainedArchaiusProperty.BooleanProperty next)
public BooleanProperty(HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty, HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty next)
public BooleanProperty(java.lang.String name, HystrixPropertiesChainedArchaiusProperty.BooleanProperty next)
public BooleanProperty(java.lang.String name, HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty sProperty)
public boolean isValueAcceptable()
isValueAcceptable
in class HystrixPropertiesChainedArchaiusProperty.ChainLink<java.lang.Boolean>
public java.lang.Boolean getValue()
getValue
in class HystrixPropertiesChainedArchaiusProperty.ChainLink<java.lang.Boolean>
public java.lang.String getName()
getName
in class HystrixPropertiesChainedArchaiusProperty.ChainLink<java.lang.Boolean>