T
- the config typeR
- the runtimeInfo type@Experimental public class EntityGroupInfo<T extends AbstractConfiguration<R>,R extends RuntimeInfo> extends Object
Constructor and Description |
---|
EntityGroupInfo()
for internal use only
|
EntityGroupInfo(T configuration)
for internal use only
|
EntityGroupInfo(T configuration,
List<R> runtimeInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getConfiguration()
Returns the static portion of the configuration
|
Links |
getLinks() |
List<R> |
getRuntimeInfo()
Returns the non-static information
|
int |
hashCode() |
void |
setConfiguration(T configuration)
for internal use only
|
void |
setRuntimeInfo(List<R> runtimeInfo)
for internal use only
|
String |
toString() |
public EntityGroupInfo()
public EntityGroupInfo(T configuration)
configuration
- the configuration to usepublic T getConfiguration()
public void setConfiguration(T configuration)
configuration
- the configuration to setpublic List<R> getRuntimeInfo()
RuntimeInfo
representing the non-static portion of the configurationpublic void setRuntimeInfo(List<R> runtimeInfo)
runtimeInfo
- a list of RuntimeInfo
to setpublic Links getLinks()