Package me.insidezhou.southernquiet
Class FrameworkAutoConfiguration.Properties
- java.lang.Object
-
- me.insidezhou.southernquiet.FrameworkAutoConfiguration.Properties
-
- Enclosing class:
- FrameworkAutoConfiguration
public static class FrameworkAutoConfiguration.Properties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFrameworkAutoConfiguration.Properties.Authstatic classFrameworkAutoConfiguration.Properties.Throttle
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameworkAutoConfiguration.Properties.AuthgetAuth()java.lang.StringgetRuntimeId()FrameworkAutoConfiguration.Properties.ThrottlegetThrottle()voidsetAuth(FrameworkAutoConfiguration.Properties.Auth auth)voidsetRuntimeId(java.lang.String runtimeId)voidsetThrottle(FrameworkAutoConfiguration.Properties.Throttle throttle)
-
-
-
Method Detail
-
getRuntimeId
public java.lang.String getRuntimeId()
-
setRuntimeId
public void setRuntimeId(java.lang.String runtimeId)
-
getAuth
public FrameworkAutoConfiguration.Properties.Auth getAuth()
-
setAuth
public void setAuth(FrameworkAutoConfiguration.Properties.Auth auth)
-
getThrottle
public FrameworkAutoConfiguration.Properties.Throttle getThrottle()
-
setThrottle
public void setThrottle(FrameworkAutoConfiguration.Properties.Throttle throttle)
-
-