public interface Location extends DataObject, Augmentable<Location>, EditStatusChoice
This class represents the following YANG schema fragment defined in module ietf-restconf
case location { leaf location { type inet:uri; } }The schema path to identify an instance is ietf-restconf/yang-patch-status/yang-patch-status/edit-status/edit/edit-status-choice/location
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Uri |
getLocation()
Contains the Location header value that would bereturned if this edit causes a
new resource to becreated.
|
augmentation
getImplementedInterface
@Nullable Uri getLocation()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
location
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.