Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets.TagSets
Packages that use TagSets
Package
Description
-
Uses of TagSets 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 TagSetsModifier and TypeMethodDescriptionGenericDefinedSets.getTagSets()
Return tagSets, ornull
if it is not present.@NonNull TagSets
GenericDefinedSets.nonnullTagSets()
Return tagSets, or an empty instance if it is not present. -
Uses of TagSets 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 with type parameters of type TagSetsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<TagSets>>
E$$TagSetsBuilder.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.generic.defined.sets that return TagSetsModifier and TypeMethodDescription@NonNull TagSets
TagSetsBuilder.build()
A newTagSets
instance.static @NonNull TagSets
TagSetsBuilder.empty()
Get empty instance of TagSets.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets that return types with arguments of type TagSetsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets with parameters of type TagSetsModifier and TypeMethodDescriptionstatic boolean
TagSets.bindingEquals
(@NonNull TagSets thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TagSets.bindingHashCode
(@NonNull TagSets obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TagSets.bindingToString
(@NonNull TagSets obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets with type arguments of type TagSetsModifier and TypeMethodDescriptionTagSetsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<TagSets> augmentation) Add an augmentation to this builder's product.TagSetsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<TagSets>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.generic.defined.sets with parameters of type TagSetsModifierConstructorDescriptionTagSetsBuilder
(TagSets base) Construct a builder initialized with state from specifiedTagSets
. -
Uses of TagSets in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy that return TagSetsModifier and TypeMethodDescriptionDefinedSetsBuilder.getTagSets()
Return current value associated with the property corresponding toGenericDefinedSets.getTagSets()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy with parameters of type TagSetsModifier and TypeMethodDescriptionDefinedSetsBuilder.setTagSets
(TagSets value) Set the property corresponding toGenericDefinedSets.getTagSets()
to the specified value.