public interface NoPathObject extends org.opendaylight.yangtools.yang.binding.DataObject, Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping no-path-object {
uses object;
leaf nature-of-issue {
type uint8;
}
leaf unsatisfied-constraints {
when "nature-of-issue = 0" {
}
type boolean;
default false;
}
}
The schema path to identify an instance is
pcep-types/no-path-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getNatureOfIssue() |
Class<? extends NoPathObject> |
implementedInterface() |
@Nullable Boolean |
isUnsatisfiedConstraints() |
isIgnore, isProcessingRuleClass<? extends NoPathObject> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Short getNatureOfIssue()
java.lang.Short natureOfIssue, or null if not present@Nullable Boolean isUnsatisfiedConstraints()
java.lang.Boolean unsatisfiedConstraints, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.