Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set.NeighborSet
-
-
Uses of NeighborSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009 that return types with arguments of type NeighborSet Modifier and Type Method Description @Nullable Map<NeighborSetKey,NeighborSet>NeighborSet. getNeighborSet()Return neighborSet, ornullif it is not present.default @NonNull Map<NeighborSetKey,NeighborSet>NeighborSet. nonnullNeighborSet()Return neighborSet, or an empty list if it is not present. -
Uses of NeighborSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets that return types with arguments of type NeighborSet Modifier and Type Method Description Map<NeighborSetKey,NeighborSet>NeighborSetsBuilder. getNeighborSet()Return current value associated with the property corresponding toNeighborSet.getNeighborSet().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets with type arguments of type NeighborSet Modifier and Type Method Description NeighborSetsBuilderNeighborSetsBuilder. setNeighborSet(Map<NeighborSetKey,NeighborSet> values)Set the property corresponding toNeighborSet.getNeighborSet()to the specified value. -
Uses of NeighborSet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set with type parameters of type NeighborSet Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NeighborSet>>
E$$NeighborSetBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set that return NeighborSet Modifier and Type Method Description @NonNull NeighborSetNeighborSetBuilder. build()A newNeighborSetinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set that return types with arguments of type NeighborSet Modifier and Type Method Description default Class<NeighborSet>NeighborSet. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set with parameters of type NeighborSet Modifier and Type Method Description static booleanNeighborSet. bindingEquals(@NonNull NeighborSet thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intNeighborSet. bindingHashCode(@NonNull NeighborSet obj)Default implementation ofObject.hashCode()contract for this interface.static StringNeighborSet. bindingToString(@NonNull NeighborSet obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set with type arguments of type NeighborSet Modifier and Type Method Description NeighborSetBuilderNeighborSetBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NeighborSet> augmentation)Add an augmentation to this builder's product.NeighborSetBuilderNeighborSetBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NeighborSet>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.neighbor.set with parameters of type NeighborSet Constructor Description NeighborSetBuilder(NeighborSet base)Construct a builder initialized with state from specifiedNeighborSet.
-