Uses of Interface
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms.ChangedBy
-
-
Uses of ChangedBy in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return ChangedBy Modifier and Type Method Description ChangedByChangedByParms. getChangedBy()Return changedBy, ornullif it is not present.ChangedByNetconfCapabilityChangeBuilder. getChangedBy()ChangedByNetconfConfigChangeBuilder. getChangedBy()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type ChangedBy Modifier and Type Method Description NetconfCapabilityChangeBuilderNetconfCapabilityChangeBuilder. setChangedBy(ChangedBy value)NetconfConfigChangeBuilderNetconfConfigChangeBuilder. setChangedBy(ChangedBy value) -
Uses of ChangedBy in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms
Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms with type parameters of type ChangedBy Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ChangedBy>>
E$$ChangedByBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms that return ChangedBy Modifier and Type Method Description ChangedByChangedByBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms that return types with arguments of type ChangedBy Modifier and Type Method Description default Class<ChangedBy>ChangedBy. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms with parameters of type ChangedBy Modifier and Type Method Description static booleanChangedBy. bindingEquals(@NonNull ChangedBy thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intChangedBy. bindingHashCode(@NonNull ChangedBy obj)Default implementation ofObject.hashCode()contract for this interface.static StringChangedBy. bindingToString(@NonNull ChangedBy obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms with type arguments of type ChangedBy Modifier and Type Method Description ChangedByBuilderChangedByBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ChangedBy> augmentation)Add an augmentation to this builder's product.ChangedByBuilderChangedByBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ChangedBy>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.changed.by.parms with parameters of type ChangedBy Constructor Description ChangedByBuilder(ChangedBy base)
-