Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pce.id.object.PceId
Packages that use PceId
Package
Description
-
Uses of PceId 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 PceIdModifier and TypeMethodDescriptionPceIdObject.getPceId()
Return pceId, ornull
if it is not present.@NonNull PceId
PceIdObject.nonnullPceId()
Return pceId, or an empty instance if it is not present. -
Uses of PceId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics that return PceIdModifier and TypeMethodDescriptionMetricPceBuilder.getPceId()
Return current value associated with the property corresponding toPceIdObject.getPceId()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics with parameters of type PceIdModifier and TypeMethodDescriptionSet the property corresponding toPceIdObject.getPceId()
to the specified value. -
Uses of PceId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pce.id.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pce.id.object with type parameters of type PceIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>>
E$$PceIdBuilder.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.pce.id.object that return PceIdModifier and TypeMethodDescription@NonNull PceId
PceIdBuilder.build()
A newPceId
instance.static @NonNull PceId
PceIdBuilder.empty()
Get empty instance of PceId.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pce.id.object that return types with arguments of type PceIdMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pce.id.object with parameters of type PceIdModifier and TypeMethodDescriptionstatic boolean
PceId.bindingEquals
(@NonNull PceId thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
PceId.bindingHashCode
(@NonNull PceId obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PceId.bindingToString
(@NonNull PceId 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.pce.id.object with type arguments of type PceIdModifier and TypeMethodDescriptionPceIdBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PceId> augmentation) Add an augmentation to this builder's product.PceIdBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PceId>> 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.pce.id.object with parameters of type PceIdModifierConstructorDescriptionPceIdBuilder
(PceId base) Construct a builder initialized with state from specifiedPceId
. -
Uses of PceId 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 that return PceIdModifier and TypeMethodDescriptionPceIdListBuilder.getPceId()
Return current value associated with the property corresponding toPceIdObject.getPceId()
.Methods 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 PceIdModifier and TypeMethodDescriptionSet the property corresponding toPceIdObject.getPceId()
to the specified value.