public class LogHealthStatus extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_HEALTH_STATUS_INTERVAL
CoAP defined character set.
|
String |
healthStatusInterval
The interval of healthStatus logging.
|
| Constructor and Description |
|---|
LogHealthStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
int |
hashCode() |
public static final String DEFAULT_HEALTH_STATUS_INTERVAL
@Parameter @Optional(defaultValue="10m") @Summary(value="The interval of healthStatus logging.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public String healthStatusInterval
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.