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