Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.Ipv6Case
Packages that use Ipv6Case
Package
Description
-
Uses of Ipv6Case in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with type parameters of type Ipv6CaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Case>>
E$$Ipv6CaseBuilder.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.pcep.types.rev181109.endpoints.address.family that return Ipv6CaseModifier and TypeMethodDescription@NonNull Ipv6CaseIpv6CaseBuilder.build()A newIpv6Caseinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family that return types with arguments of type Ipv6CaseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with parameters of type Ipv6CaseModifier and TypeMethodDescriptionstatic booleanIpv6Case.bindingEquals(@NonNull Ipv6Case thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIpv6Case.bindingHashCode(@NonNull Ipv6Case obj) Default implementation ofObject.hashCode()contract for this interface.static StringIpv6Case.bindingToString(@NonNull Ipv6Case obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with type arguments of type Ipv6CaseModifier and TypeMethodDescriptionIpv6CaseBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Ipv6Case> augmentation) Add an augmentation to this builder's product.Ipv6CaseBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6Case>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with parameters of type Ipv6CaseModifierConstructorDescriptionIpv6CaseBuilder(Ipv6Case base) Construct a builder initialized with state from specifiedIpv6Case.