Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case.Icmpv4Type
Packages that use Icmpv4Type
Package
Description
-
Uses of Icmpv4Type in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return Icmpv4TypeModifier and TypeMethodDescriptionIcmpv4TypeCase.getIcmpv4Type()
Return icmpv4Type, ornull
if it is not present.Icmpv4TypeCaseBuilder.getIcmpv4Type()
Return current value associated with the property corresponding toIcmpv4TypeCase.getIcmpv4Type()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type Icmpv4TypeModifier and TypeMethodDescriptionIcmpv4TypeCaseBuilder.setIcmpv4Type
(Icmpv4Type value) Set the property corresponding toIcmpv4TypeCase.getIcmpv4Type()
to the specified value. -
Uses of Icmpv4Type in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case with type parameters of type Icmpv4TypeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Icmpv4Type>>
E$$Icmpv4TypeBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case that return Icmpv4TypeModifier and TypeMethodDescription@NonNull Icmpv4Type
Icmpv4TypeBuilder.build()
A newIcmpv4Type
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case that return types with arguments of type Icmpv4TypeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case with parameters of type Icmpv4TypeModifier and TypeMethodDescriptionstatic boolean
Icmpv4Type.bindingEquals
(@NonNull Icmpv4Type thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Icmpv4Type.bindingHashCode
(@NonNull Icmpv4Type obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Icmpv4Type.bindingToString
(@NonNull Icmpv4Type obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case with type arguments of type Icmpv4TypeModifier and TypeMethodDescriptionIcmpv4TypeBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Icmpv4Type> augmentation) Add an augmentation to this builder's product.Icmpv4TypeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Icmpv4Type>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.icmpv4.type._case with parameters of type Icmpv4TypeModifierConstructorDescriptionIcmpv4TypeBuilder
(Icmpv4Type base) Construct a builder initialized with state from specifiedIcmpv4Type
.