Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Interface StatefulCapabilityTlv
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
StatefulTlv1
,Tlvs1
,Tlvs3
@Generated("mdsal-binding-generator")
public interface StatefulCapabilityTlv
extends org.opendaylight.yangtools.binding.Grouping
Stateful PCE Capability TLV
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful
grouping stateful-capability-tlv { container stateful { uses pcep:tlv; leaf lsp-update-capability { type boolean; default false; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn stateful, ornull
if it is not present.@NonNull Stateful
Return stateful, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getStateful
Stateful getStateful()Return stateful, ornull
if it is not present.- Returns:
Stateful
stateful, ornull
if it is not present.
-
nonnullStateful
@NonNull Stateful nonnullStateful()Return stateful, or an empty instance if it is not present.- Returns:
Stateful
stateful, or an empty instance if it is not present.
-