Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints.EndpointKey
Packages that use EndpointKey
Package
Description
-
Uses of EndpointKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point that return types with arguments of type EndpointKeyModifier and TypeMethodDescription@Nullable Map<EndpointKey,
Endpoint> Endpoints.getEndpoint()
Return endpoint, ornull
if it is not present.EndpointsBuilder.getEndpoint()
Return current value associated with the property corresponding toEndpoints.getEndpoint()
.default @NonNull Map<EndpointKey,
Endpoint> Endpoints.nonnullEndpoint()
Return endpoint, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point with type arguments of type EndpointKeyModifier and TypeMethodDescriptionEndpointsBuilder.setEndpoint
(Map<EndpointKey, Endpoint> values) Set the property corresponding toEndpoints.getEndpoint()
to the specified value. -
Uses of EndpointKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints that return EndpointKeyModifier and TypeMethodDescriptionEndpoint.key()
EndpointBuilder.key()
Return current value associated with the property corresponding toEndpoint.key()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints with parameters of type EndpointKeyModifier and TypeMethodDescriptionEndpointBuilder.withKey
(EndpointKey key) Set the key value corresponding toEndpoint.key()
to the specified value.