Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.gc.object.Gc
Packages that use Gc
Package
Description
-
Uses of Gc in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return GcModifier and TypeMethodDescriptionPCEPGlobalConstraintsObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of Gc 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 Gc -
Uses of Gc in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.gc.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.gc.object with type parameters of type GcModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Gc>>
E$$GcBuilder.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.gc.object that return GcModifier and TypeMethodDescription@NonNull Gc
GcBuilder.build()
A newGc
instance.static @NonNull Gc
GcBuilder.empty()
Get empty instance of Gc.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.gc.object that return types with arguments of type GcMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.gc.object with parameters of type GcModifier and TypeMethodDescriptionstatic boolean
Gc.bindingEquals
(@NonNull Gc thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
Gc.bindingHashCode
(@NonNull Gc obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Gc.bindingToString
(@NonNull Gc 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.gc.object with type arguments of type GcModifier and TypeMethodDescriptionGcBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Gc> augmentation) Add an augmentation to this builder's product.GcBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Gc>> 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.gc.object with parameters of type Gc -
Uses of Gc 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 GcModifier and TypeMethodDescriptionSvecBuilder.getGc()
Return current value associated with the property corresponding toGcObject.getGc()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message with parameters of type GcModifier and TypeMethodDescriptionSet the property corresponding toGcObject.getGc()
to the specified value.