Interface PcepErrorObject
- 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
@Generated("mdsal-binding-generator")
public interface PcepErrorObject
extends org.opendaylight.yangtools.binding.Grouping
PCEP-ERROR Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping pcep-error-object { container error-object { uses object; container tlvs { when "../type = 7"; uses req-missing-tlv; uses vendor-information-tlvs; } leaf type { type uint8; } leaf value { type uint8; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn errorObject, ornull
if it is not present.@NonNull ErrorObject
Return errorObject, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getErrorObject
ErrorObject getErrorObject()Return errorObject, ornull
if it is not present.- Returns:
ErrorObject
errorObject, ornull
if it is not present.
-
nonnullErrorObject
@NonNull ErrorObject nonnullErrorObject()Return errorObject, or an empty instance if it is not present.- Returns:
ErrorObject
errorObject, or an empty instance if it is not present.
-