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, getName
public SshFxpRemoveRequest(int id, String path)
id
- The request id.path
- The file path to remove.public SftpConstants.Type getMessage()
public String getPath()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.