|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.ibm.network.ftp.Response
| Constructor Summary | |
Response()
Response constructor. |
|
| Method Summary | |
int |
getResponse()
Returns the numeric presentation of reply as one digit. |
java.lang.String |
getStringResponse()
Returns the string presentation of reply. |
void |
setResponse(int response)
Sets the numeric presentation of reply as one digit. |
void |
setStringResponse(java.lang.String stringResponse)
Sets the string presentation of reply. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Response()
| Method Detail |
public int getResponse()
public java.lang.String getStringResponse()
public void setResponse(int response)
response - intpublic void setStringResponse(java.lang.String stringResponse)
stringResponse - java.lang.String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||