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.EndpointBuilder
Packages that use EndpointBuilder
-
Uses of EndpointBuilder 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 EndpointBuilderModifier and TypeMethodDescriptionEndpointBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Endpoint> augmentation) Add an augmentation to this builder's product.EndpointBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Endpoint>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toEndpoint.getConfig()
to the specified value.EndpointBuilder.setEndpointId
(String value) Set the property corresponding toEndpoint.getEndpointId()
to the specified value.Set the property corresponding toEndpoint.getState()
to the specified value.EndpointBuilder.withKey
(EndpointKey key) Set the key value corresponding toEndpoint.key()
to the specified value.