Package org.apache.shenyu.common.config
Class ShenyuConfig.SwitchConfig
- java.lang.Object
-
- org.apache.shenyu.common.config.ShenyuConfig.SwitchConfig
-
- Enclosing class:
- ShenyuConfig
public static class ShenyuConfig.SwitchConfig extends java.lang.ObjectThe type Switch config.
-
-
Constructor Summary
Constructors Constructor Description SwitchConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetLocal()Gets local.voidsetLocal(boolean local)Sets local.
-