Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message.PcmonrepMessage
Packages that use PcmonrepMessage
Package
Description
-
Uses of PcmonrepMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 that return PcmonrepMessageModifier and TypeMethodDescriptionPcmonrepBuilder.getPcmonrepMessage()Return current value associated with the property corresponding toPcmonrepMessage.getPcmonrepMessage().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type PcmonrepMessageModifier and TypeMethodDescriptionPcmonrepBuilder.setPcmonrepMessage(PcmonrepMessage value) Set the property corresponding toPcmonrepMessage.getPcmonrepMessage()to the specified value. -
Uses of PcmonrepMessage 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 PcmonrepMessageModifier and TypeMethodDescriptionPcmonrepMessage.getPcmonrepMessage()Return pcmonrepMessage, ornullif it is not present.@NonNull PcmonrepMessagePcmonrepMessage.nonnullPcmonrepMessage()Return pcmonrepMessage, or an empty instance if it is not present. -
Uses of PcmonrepMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message with type parameters of type PcmonrepMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcmonrepMessage>>
E$$PcmonrepMessageBuilder.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.pcmonrep.message that return PcmonrepMessageModifier and TypeMethodDescription@NonNull PcmonrepMessagePcmonrepMessageBuilder.build()A newPcmonrepMessageinstance.static @NonNull PcmonrepMessagePcmonrepMessageBuilder.empty()Get empty instance of PcmonrepMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message that return types with arguments of type PcmonrepMessageModifier and TypeMethodDescriptiondefault Class<PcmonrepMessage> PcmonrepMessage.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcmonrep.message with parameters of type PcmonrepMessageModifier and TypeMethodDescriptionstatic booleanPcmonrepMessage.bindingEquals(@NonNull PcmonrepMessage thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPcmonrepMessage.bindingHashCode(@NonNull PcmonrepMessage obj) Default implementation ofObject.hashCode()contract for this interface.static StringPcmonrepMessage.bindingToString(@NonNull PcmonrepMessage 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.pcmonrep.message with type arguments of type PcmonrepMessageModifier and TypeMethodDescriptionPcmonrepMessageBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PcmonrepMessage> augmentation) Add an augmentation to this builder's product.PcmonrepMessageBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcmonrepMessage>> 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.pcmonrep.message with parameters of type PcmonrepMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcmonrepMessage.