public interface TransferInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TransferInput>
This class represents the following YANG schema fragment defined in module org-openroadm-file-transfer
container input { leaf action { type enumeration; } leaf local-file-path { type string; } leaf remote-file-path { type uri; } }The schema path to identify an instance is org-openroadm-file-transfer/transfer/input
To create instances of this class use TransferInputBuilder
.
TransferInputBuilder
Modifier and Type | Interface and Description |
---|---|
static class |
TransferInput.Action |
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
TransferInput.Action |
getAction()
Type of action - download/upload.
|
String |
getLocalFilePath()
Local file path.
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri |
getRemoteFilePath()
Remote file path.
|
TransferInput.Action getAction()
org.opendaylight.yang.gen.v1.http.org.openroadm.file.transfer.rev161014.TransferInput.Action
action
, or null
if not presentString getLocalFilePath()
java.lang.String
localFilePath
, or null
if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri getRemoteFilePath()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
remoteFilePath
, or null
if not presentCopyright © 2017 OpenDaylight. All rights reserved.