public final class SftpStatus extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage() |
String |
getMessage() |
int |
getStatusCode() |
boolean |
isOk() |
static SftpStatus |
parse(SftpResponse response) |
String |
toString() |
public int getStatusCode()
public String getLanguage()
public String getMessage()
public boolean isOk()
public static SftpStatus parse(SftpResponse response)
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.