public class SshFxpRemoveRequest extends BaseRequest
| Constructor and Description |
|---|
SshFxpRemoveRequest(int id,
java.lang.String path)
Create a SshFxpRemoveRequest instance.
|
| Modifier and Type | Method and Description |
|---|---|
SftpConstants.Type |
getMessage()
Returns the message type.
|
java.lang.String |
getPath()
Returns the path.
|
java.lang.String |
toString() |
getId, getNamepublic SshFxpRemoveRequest(int id,
java.lang.String path)
id - The request id.path - The file path to remove.public SftpConstants.Type getMessage()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getPath()
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.