public class ContainerInfo extends Object
Constructor and Description |
---|
ContainerInfo(String containerId,
String alias,
String releaseId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlias() |
String |
getContainerId() |
String |
getReleaseId() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setContainerId(String containerId) |
void |
setReleaseId(String releaseId) |
String |
toString() |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.