Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.vpn.non.member.condition.VpnNonMember
Package
Description
-
Uses of VpnNonMember in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Modifier and TypeMethodDescriptionVpnNonMemberCondition.getVpnNonMember()
Return vpnNonMember, ornull
if it is not present.VpnNonMemberConditionBuilder.getVpnNonMember()
Return current value associated with the property corresponding toVpnNonMemberCondition.getVpnNonMember()
.Modifier and TypeMethodDescriptionVpnNonMemberConditionBuilder.setVpnNonMember
(VpnNonMember value) Set the property corresponding toVpnNonMemberCondition.getVpnNonMember()
to the specified value. -
Uses of VpnNonMember in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.vpn.non.member.condition
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<VpnNonMember>>
E$$VpnNonMemberBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull VpnNonMember
VpnNonMemberBuilder.build()
A newVpnNonMember
instance.Modifier and TypeMethodDescriptiondefault Class
<VpnNonMember> VpnNonMember.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
VpnNonMember.bindingEquals
(@NonNull VpnNonMember thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
VpnNonMember.bindingHashCode
(@NonNull VpnNonMember obj) Default implementation ofObject.hashCode()
contract for this interface.static String
VpnNonMember.bindingToString
(@NonNull VpnNonMember obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionVpnNonMemberBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<VpnNonMember> augmentation) Add an augmentation to this builder's product.VpnNonMemberBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<VpnNonMember>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedVpnNonMember
.