Package org.apache.shenyu.common.config
Class ShenyuConfig.Health
- java.lang.Object
-
- org.apache.shenyu.common.config.ShenyuConfig.Health
-
- Enclosing class:
- ShenyuConfig
public static class ShenyuConfig.Health extends java.lang.ObjectThe type Health.
-
-
Constructor Summary
Constructors Constructor Description Health()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEnabled()Gets enabled.java.util.List<java.lang.String>getPaths()get paths.voidsetEnabled(boolean enabled)Sets enabled.voidsetPaths(java.util.List<java.lang.String> paths)Sets paths.
-
-
-
Method Detail
-
getEnabled
public boolean getEnabled()
Gets enabled.- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled)
Sets enabled.- Parameters:
enabled- the enabled
-
setPaths
public void setPaths(java.util.List<java.lang.String> paths)
Sets paths.- Parameters:
paths- the paths
-
getPaths
public java.util.List<java.lang.String> getPaths()
get paths.- Returns:
- paths paths
-
-