Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.connection.points.connection.point.endpoints.endpoint.Config
Package
Description
-
Uses of Config 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
Modifier and TypeMethodDescriptionEndpoint.getConfig()
Return config, ornull
if it is not present.EndpointBuilder.getConfig()
Return current value associated with the property corresponding toEndpoint.getConfig()
.@NonNull Config
Endpoint.nonnullConfig()
Return config, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toEndpoint.getConfig()
to the specified value. -
Uses of Config 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.endpoint
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Config>>
E$$ConfigBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Config
ConfigBuilder.build()
A newConfig
instance.static @NonNull Config
ConfigBuilder.empty()
Get empty instance of Config.Modifier and TypeMethodDescriptionstatic boolean
Config.bindingEquals
(@NonNull Config thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Config.bindingHashCode
(@NonNull Config obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Config.bindingToString
(@NonNull Config obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionConfigBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Config> augmentation) Add an augmentation to this builder's product.ConfigBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Config>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConfigBuilder
(Config base) Construct a builder initialized with state from specifiedConfig
.