T
- the config typeR
- the runtimeInfo type@Experimental public class ConfigurationResult<T extends CacheElement & CorrespondWith<R>,R extends RuntimeInfo> extends Object
Constructor and Description |
---|
ConfigurationResult()
for internal use only
|
ConfigurationResult(T config)
for internal use only
|
Modifier and Type | Method and Description |
---|---|
T |
getConfig()
Returns the static portion of the configuration
|
List<R> |
getRuntimeInfo()
Returns the non-static information
|
void |
setConfig(T config)
for internal use only
|
void |
setRuntimeInfo(List<R> runtimeInfo)
for internal use only
|
public ConfigurationResult()
public ConfigurationResult(T config)