T
- the config typeR
- the runtimeInfo typepublic class EntityInfo<T extends AbstractConfiguration<R>,R extends RuntimeInfo> extends Object
Constructor and Description |
---|
EntityInfo() |
EntityInfo(String id,
List<EntityGroupInfo<T,R>> groups) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<T> |
getConfigurations() |
List<EntityGroupInfo<T,R>> |
getGroups() |
String |
getId() |
Links |
getLinks() |
List<R> |
getRuntimeInfos() |
int |
hashCode() |
void |
setGroups(List<EntityGroupInfo<T,R>> groups) |
void |
setId(String id) |
String |
toString() |
public EntityInfo()
public EntityInfo(String id, List<EntityGroupInfo<T,R>> groups)