public static class FrameworkAutoConfiguration.Properties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FrameworkAutoConfiguration.Properties.Auth |
static class |
FrameworkAutoConfiguration.Properties.Throttle |
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
FrameworkAutoConfiguration.Properties.Auth |
getAuth() |
java.lang.String |
getRuntimeId() |
FrameworkAutoConfiguration.Properties.Throttle |
getThrottle() |
void |
setAuth(FrameworkAutoConfiguration.Properties.Auth auth) |
void |
setRuntimeId(java.lang.String runtimeId) |
void |
setThrottle(FrameworkAutoConfiguration.Properties.Throttle throttle) |
public java.lang.String getRuntimeId()
public void setRuntimeId(java.lang.String runtimeId)
public FrameworkAutoConfiguration.Properties.Auth getAuth()
public void setAuth(FrameworkAutoConfiguration.Properties.Auth auth)
public FrameworkAutoConfiguration.Properties.Throttle getThrottle()
public void setThrottle(FrameworkAutoConfiguration.Properties.Throttle throttle)