|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--de.oio.bugkilla.protocol.HttpResponse
Represent one HttpResponse-Object
TestStep,
Serialized Form| Constructor Summary | |
HttpResponse()
Construct a new HttpResponse |
|
HttpResponse(java.lang.String name)
Construct a new HttpResponse with a specified title |
|
| Method Summary | |
java.lang.String |
getContent()
Returns the content of the HttpResponse |
java.lang.String |
getTitle()
Returns the title of the HttpResponse |
void |
setContent(java.lang.String content)
Sets the content of the HttpResponse |
void |
setTitle(java.lang.String name)
Sets the title of the HttpResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpResponse(java.lang.String name)
public HttpResponse()
| Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String name)
public java.lang.String getContent()
public void setContent(java.lang.String content)
content - the content of the HttpResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||