Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case.Ipv4
Packages that use Ipv4
Package
Description
-
Uses of Ipv4 in org.opendaylight.protocol.pcep.parser.object.end.points
Methods in org.opendaylight.protocol.pcep.parser.object.end.points with parameters of type Ipv4Modifier and TypeMethodDescriptionstatic void
PCEPEndPointsIpv4ObjectParser.serializeObject
(Boolean processing, Boolean ignore, Ipv4 ipv4, io.netty.buffer.ByteBuf buffer) -
Uses of Ipv4 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 that return Ipv4Modifier and TypeMethodDescriptionIpv4Case.getIpv4()
Return ipv4, ornull
if it is not present.Ipv4CaseBuilder.getIpv4()
Return current value associated with the property corresponding toIpv4Case.getIpv4()
.@NonNull Ipv4
Ipv4Case.nonnullIpv4()
Return ipv4, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family with parameters of type Ipv4Modifier and TypeMethodDescriptionSet the property corresponding toIpv4Case.getIpv4()
to the specified value. -
Uses of Ipv4 in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case with type parameters of type Ipv4Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv4>>
E$$Ipv4Builder.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.ipv4._case that return Ipv4Modifier and TypeMethodDescription@NonNull Ipv4
Ipv4Builder.build()
A newIpv4
instance.static @NonNull Ipv4
Ipv4Builder.empty()
Get empty instance of Ipv4.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case that return types with arguments of type Ipv4Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.ipv4._case with parameters of type Ipv4Modifier and TypeMethodDescriptionstatic boolean
Ipv4.bindingEquals
(@NonNull Ipv4 thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv4.bindingHashCode
(@NonNull Ipv4 obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv4.bindingToString
(@NonNull Ipv4 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.ipv4._case with type arguments of type Ipv4Modifier and TypeMethodDescriptionIpv4Builder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv4> augmentation) Add an augmentation to this builder's product.Ipv4Builder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4>> 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.ipv4._case with parameters of type Ipv4ModifierConstructorDescriptionIpv4Builder
(Ipv4 base) Construct a builder initialized with state from specifiedIpv4
.