Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.monitoring.request.PceIdList
Packages that use PceIdList
Package
Description
-
Uses of PceIdList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return types with arguments of type PceIdListModifier and TypeMethodDescriptionMonitoringRequest.getPceIdList()Return pceIdList, ornullif it is not present.MonitoringRequestBuilder.getPceIdList()Return current value associated with the property corresponding toMonitoringRequest.getPceIdList().MonitoringRequest.nonnullPceIdList()Return pceIdList, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message with type arguments of type PceIdListModifier and TypeMethodDescriptionMonitoringRequestBuilder.setPceIdList(List<PceIdList> values) Set the property corresponding toMonitoringRequest.getPceIdList()to the specified value. -
Uses of PceIdList in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.monitoring.request
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.monitoring.request with type parameters of type PceIdListModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PceIdList>>
E$$PceIdListBuilder.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.pcreq.message.pcreq.message.monitoring.request that return PceIdListModifier and TypeMethodDescription@NonNull PceIdListPceIdListBuilder.build()A newPceIdListinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.monitoring.request that return types with arguments of type PceIdListMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.monitoring.request with parameters of type PceIdListModifier and TypeMethodDescriptionstatic booleanPceIdList.bindingEquals(@NonNull PceIdList thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPceIdList.bindingHashCode(@NonNull PceIdList obj) Default implementation ofObject.hashCode()contract for this interface.static StringPceIdList.bindingToString(@NonNull PceIdList 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.pcreq.message.pcreq.message.monitoring.request with type arguments of type PceIdListModifier and TypeMethodDescriptionPceIdListBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PceIdList> augmentation) Add an augmentation to this builder's product.PceIdListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PceIdList>> 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.pcreq.message.pcreq.message.monitoring.request with parameters of type PceIdListModifierConstructorDescriptionPceIdListBuilder(PceIdList base) Construct a builder initialized with state from specifiedPceIdList.