Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv.OfList
-
-
Uses of OfList in org.opendaylight.protocol.pcep.parser.tlv
Methods in org.opendaylight.protocol.pcep.parser.tlv that return OfList Modifier and Type Method Description OfListOFListTlvParser. parseTlv(io.netty.buffer.ByteBuf buffer) -
Uses of OfList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return OfList Modifier and Type Method Description OfListOfListTlv. getOfList()Return ofList, ornullif it is not present. -
Uses of OfList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv with type parameters of type OfList Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>>
E$$OfListBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv that return OfList Modifier and Type Method Description OfListOfListBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv that return types with arguments of type OfList Modifier and Type Method Description default Class<OfList>OfList. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.list.tlv with parameters of type OfList Modifier and Type Method Description static booleanOfList. bindingEquals(@NonNull OfList thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intOfList. bindingHashCode(@NonNull OfList obj)Default implementation ofObject.hashCode()contract for this interface.static StringOfList. bindingToString(@NonNull OfList 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.of.list.tlv with type arguments of type OfList Modifier and Type Method Description OfListBuilderOfListBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OfList> augmentation)Add an augmentation to this builder's product.OfListBuilderOfListBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> 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.of.list.tlv with parameters of type OfList Constructor Description OfListBuilder(OfList base) -
Uses of OfList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open that return OfList Modifier and Type Method Description OfListTlvsBuilder. getOfList()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open with parameters of type OfList Modifier and Type Method Description TlvsBuilderTlvsBuilder. setOfList(OfList value)
-