|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openshift.internal.client.response.BaseResourceDTO
T
- the generic typepublic abstract class BaseResourceDTO
The Class BaseResourceDTO.
Constructor Summary | |
---|---|
protected |
BaseResourceDTO()
|
protected |
BaseResourceDTO(Map<String,Link> links,
Messages messages)
Instantiates a new base resource dto. |
Method Summary | |
---|---|
Link |
getLink(String name)
Gets the link. |
Map<String,Link> |
getLinks()
Gets the links. |
Messages |
getMessages()
Returns the messages that were reported when this resource was created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BaseResourceDTO()
protected BaseResourceDTO(Map<String,Link> links, Messages messages)
links
- the linksMethod Detail |
---|
public final Map<String,Link> getLinks()
public final Link getLink(String name)
name
- the name of the link to look for.
public Messages getMessages()
null
if retrieved in a session in which we did not
create this resource.
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |