Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets.RoleSets
Packages that use RoleSets
Package
Description
-
Uses of RoleSets in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120 that return RoleSetsModifier and TypeMethodDescriptionBgpRoleSets.getRoleSets()Return roleSets, ornullif it is not present.BgpRoleSetsBuilder.getRoleSets()Return current value associated with the property corresponding toBgpRoleSets.getRoleSets().@NonNull RoleSetsBgpRoleSets.nonnullRoleSets()Return roleSets, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120 with parameters of type RoleSetsModifier and TypeMethodDescriptionBgpRoleSetsBuilder.setRoleSets(RoleSets value) Set the property corresponding toBgpRoleSets.getRoleSets()to the specified value. -
Uses of RoleSets in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets with type parameters of type RoleSetsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RoleSets>>
E$$RoleSetsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets that return RoleSetsModifier and TypeMethodDescription@NonNull RoleSetsRoleSetsBuilder.build()A newRoleSetsinstance.static @NonNull RoleSetsRoleSetsBuilder.empty()Get empty instance of RoleSets.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets that return types with arguments of type RoleSetsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets with parameters of type RoleSetsModifier and TypeMethodDescriptionstatic booleanRoleSets.bindingEquals(@NonNull RoleSets thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intRoleSets.bindingHashCode(@NonNull RoleSets obj) Default implementation ofObject.hashCode()contract for this interface.static StringRoleSets.bindingToString(@NonNull RoleSets obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets with type arguments of type RoleSetsModifier and TypeMethodDescriptionRoleSetsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<RoleSets> augmentation) Add an augmentation to this builder's product.RoleSetsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RoleSets>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.bgp.role.sets with parameters of type RoleSetsModifierConstructorDescriptionRoleSetsBuilder(RoleSets base) Construct a builder initialized with state from specifiedRoleSets.