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