Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.NetconfConfirmedCommit.ConfirmEvent
-
Packages that use NetconfConfirmedCommit.ConfirmEvent Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 -
-
Uses of NetconfConfirmedCommit.ConfirmEvent 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 NetconfConfirmedCommit.ConfirmEvent Modifier and Type Method Description static NetconfConfirmedCommit.ConfirmEventNetconfConfirmedCommit.ConfirmEvent. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.NetconfConfirmedCommit.ConfirmEventNetconfConfirmedCommit. getConfirmEvent()Return confirmEvent, ornullif it is not present.NetconfConfirmedCommit.ConfirmEventNetconfConfirmedCommitBuilder. getConfirmEvent()static NetconfConfirmedCommit.ConfirmEventNetconfConfirmedCommit.ConfirmEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static NetconfConfirmedCommit.ConfirmEvent[]NetconfConfirmedCommit.ConfirmEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 that return types with arguments of type NetconfConfirmedCommit.ConfirmEvent Modifier and Type Method Description static Optional<NetconfConfirmedCommit.ConfirmEvent>NetconfConfirmedCommit.ConfirmEvent. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 with parameters of type NetconfConfirmedCommit.ConfirmEvent Modifier and Type Method Description NetconfConfirmedCommitBuilderNetconfConfirmedCommitBuilder. setConfirmEvent(NetconfConfirmedCommit.ConfirmEvent value)
-