Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping.match.role.set.FromRole
Packages that use FromRole
Package
Description
-
Uses of FromRole in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping that return FromRoleModifier and TypeMethodDescriptionMatchRoleSet.getFromRole()
Return fromRole, ornull
if it is not present.MatchRoleSetBuilder.getFromRole()
Return current value associated with the property corresponding toMatchRoleSet.getFromRole()
.@NonNull FromRole
MatchRoleSet.nonnullFromRole()
Return fromRole, 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.match.role.set.condition.grouping with parameters of type FromRoleModifier and TypeMethodDescriptionMatchRoleSetBuilder.setFromRole
(FromRole value) Set the property corresponding toMatchRoleSet.getFromRole()
to the specified value. -
Uses of FromRole in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping.match.role.set
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping.match.role.set with type parameters of type FromRoleModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<FromRole>>
E$$FromRoleBuilder.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.match.role.set.condition.grouping.match.role.set that return FromRoleModifier and TypeMethodDescription@NonNull FromRole
FromRoleBuilder.build()
A newFromRole
instance.static @NonNull FromRole
FromRoleBuilder.empty()
Get empty instance of FromRole.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping.match.role.set that return types with arguments of type FromRoleMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp._default.policy.rev200120.match.role.set.condition.grouping.match.role.set with parameters of type FromRoleModifier and TypeMethodDescriptionstatic boolean
FromRole.bindingEquals
(@NonNull FromRole thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FromRole.bindingHashCode
(@NonNull FromRole obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FromRole.bindingToString
(@NonNull FromRole 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.match.role.set.condition.grouping.match.role.set with type arguments of type FromRoleModifier and TypeMethodDescriptionFromRoleBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<FromRole> augmentation) Add an augmentation to this builder's product.FromRoleBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<FromRole>> 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.match.role.set.condition.grouping.match.role.set with parameters of type FromRoleModifierConstructorDescriptionFromRoleBuilder
(FromRole base) Construct a builder initialized with state from specifiedFromRole
.