Interface EndpointsObject
- 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:
Arguments
,EndpointRroPair
,P2p
,Requests
@Generated("mdsal-binding-generator")
public interface EndpointsObject
extends org.opendaylight.yangtools.binding.Grouping
END-POINTS Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping endpoints-object { container endpoints-obj { uses object; uses endpoints; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn endpointsObj, ornull
if it is not present.@NonNull EndpointsObj
Return endpointsObj, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getEndpointsObj
EndpointsObj getEndpointsObj()Return endpointsObj, ornull
if it is not present.- Returns:
EndpointsObj
endpointsObj, ornull
if it is not present.
-
nonnullEndpointsObj
@NonNull EndpointsObj nonnullEndpointsObj()Return endpointsObj, or an empty instance if it is not present.- Returns:
EndpointsObj
endpointsObj, or an empty instance if it is not present.
-