public static class FtpCommandAction.FtpCommandActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
result
A sequence of responses from the remote server for each FTP command that
the server executed.
|
| Constructor and Description |
|---|
FtpCommandActionResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this FTP command result object.
|
java.lang.String |
toString()
Returns a readable version of this object.
|
public java.util.List<java.lang.String> result
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - Should never be thrown.public java.lang.String toString()
toString in class java.lang.Object© 2000-2025 Flux Corporation. All rights reserved.