Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.Ipv4Case
Packages that use Ipv4Case
Package
Description
-
Uses of Ipv4Case 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 Ipv4CaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Case>>
E$$Ipv4CaseBuilder.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 Ipv4CaseModifier and TypeMethodDescription@NonNull Ipv4CaseIpv4CaseBuilder.build()A newIpv4Caseinstance.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 Ipv4CaseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with parameters of type Ipv4CaseModifier and TypeMethodDescriptionstatic booleanIpv4Case.bindingEquals(@NonNull Ipv4Case thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIpv4Case.bindingHashCode(@NonNull Ipv4Case obj) Default implementation ofObject.hashCode()contract for this interface.static StringIpv4Case.bindingToString(@NonNull Ipv4Case 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 Ipv4CaseModifier and TypeMethodDescriptionIpv4CaseBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Ipv4Case> augmentation) Add an augmentation to this builder's product.Ipv4CaseBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4Case>> 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 Ipv4CaseModifierConstructorDescriptionIpv4CaseBuilder(Ipv4Case base) Construct a builder initialized with state from specifiedIpv4Case.