Uses of Class
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206.NetconfSessionEnd.TerminationReason
-
Packages that use NetconfSessionEnd.TerminationReason Package Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 -
-
Uses of NetconfSessionEnd.TerminationReason 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 NetconfSessionEnd.TerminationReason Modifier and Type Method Description static NetconfSessionEnd.TerminationReasonNetconfSessionEnd.TerminationReason. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.NetconfSessionEnd.TerminationReasonNetconfSessionEnd. getTerminationReason()Return terminationReason, ornullif it is not present.NetconfSessionEnd.TerminationReasonNetconfSessionEndBuilder. getTerminationReason()static NetconfSessionEnd.TerminationReasonNetconfSessionEnd.TerminationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static NetconfSessionEnd.TerminationReason[]NetconfSessionEnd.TerminationReason. 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 NetconfSessionEnd.TerminationReason Modifier and Type Method Description static Optional<NetconfSessionEnd.TerminationReason>NetconfSessionEnd.TerminationReason. 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 NetconfSessionEnd.TerminationReason Modifier and Type Method Description NetconfSessionEndBuilderNetconfSessionEndBuilder. setTerminationReason(NetconfSessionEnd.TerminationReason value)
-