Interface System
-
- All Superinterfaces:
AaaTop,AlarmsTop,org.opendaylight.yangtools.yang.binding.Augmentable<System>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ChildOf<SystemTop>,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,LicenseTop,LoggingTop,MessagesTop,ProcmonProcessesTop,SystemClockTop,SystemCpuTop,SystemDnsTop,SystemMemoryTop,SystemNtpTop,SystemSshServerTop,SystemTelnetServerTop
@Generated("mdsal-binding-generator") public interface System extends org.opendaylight.yangtools.yang.binding.ChildOf<SystemTop>, org.opendaylight.yangtools.yang.binding.Augmentable<System>, SystemClockTop, SystemDnsTop, SystemNtpTop, SystemSshServerTop, SystemTelnetServerTop, LoggingTop, AaaTop, SystemMemoryTop, SystemCpuTop, ProcmonProcessesTop, AlarmsTop, MessagesTop, LicenseTop
Enclosing container for system-related configuration and operational state dataThis class represents the following YANG schema fragment defined in module openconfig-system
container system { container config { uses system-global-config; } container state { config false; uses system-global-config; uses system-global-state; } uses system-clock-top; uses system-dns-top; uses system-ntp-top; uses oc-sys-term:system-ssh-server-top; uses oc-sys-term:system-telnet-server-top; uses oc-log:logging-top; uses oc-aaa:aaa-top; uses system-memory-top; uses system-cpu-top; uses oc-proc:procmon-processes-top; uses oc-alarms:alarms-top; uses oc-messages:messages-top; uses oc-license:license-top; }The schema path to identify an instance is openconfig-systemsystem-topsystemTo create instances of this class use
SystemBuilder.- See Also:
SystemBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static booleanbindingEquals(@NonNull System thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intbindingHashCode(@NonNull System obj)Default implementation ofObject.hashCode()contract for this interface.static StringbindingToString(@NonNull System obj)Default implementation ofObject.toString()contract for this interface.ConfiggetConfig()Return config, ornullif it is not present.StategetState()Return state, ornullif it is not present.default Class<System>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaTop
getAaa
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.alarms.rev190709.AlarmsTop
getAlarms
-
Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable
augmentation, augmentations
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.LicenseTop
getLicense
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.LoggingTop
getLogging
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.messages.rev180813.MessagesTop
getMessages
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.procmon.rev190315.ProcmonProcessesTop
getProcesses
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemClockTop
getClock
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemCpuTop
getCpus
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemDnsTop
getDns
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemMemoryTop
getMemory
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemNtpTop
getNtp
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.SystemSshServerTop
getSshServer
-
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.SystemTelnetServerTop
getTelnetServer
-
-
-
-
Method Detail
-
implementedInterface
default Class<System> implementedInterface()
- Specified by:
implementedInterfacein interfaceAaaTop- Specified by:
implementedInterfacein interfaceAlarmsTop- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceLicenseTop- Specified by:
implementedInterfacein interfaceLoggingTop- Specified by:
implementedInterfacein interfaceMessagesTop- Specified by:
implementedInterfacein interfaceProcmonProcessesTop- Specified by:
implementedInterfacein interfaceSystemClockTop- Specified by:
implementedInterfacein interfaceSystemCpuTop- Specified by:
implementedInterfacein interfaceSystemDnsTop- Specified by:
implementedInterfacein interfaceSystemMemoryTop- Specified by:
implementedInterfacein interfaceSystemNtpTop- Specified by:
implementedInterfacein interfaceSystemSshServerTop- Specified by:
implementedInterfacein interfaceSystemTelnetServerTop
-
bindingHashCode
static int bindingHashCode(@NonNull System obj)
Default implementation ofObject.hashCode()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.- Parameters:
obj- Object for which to generate hashCode() result.- Returns:
- Hash code value of data modeled by this interface.
- Throws:
NullPointerException- ifobjis null
-
bindingEquals
static boolean bindingEquals(@NonNull System thisObj, Object obj)
Default implementation ofObject.equals(Object)contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.- Parameters:
thisObj- Object acting as the receiver of equals invocationobj- Object acting as argument to equals invocation- Returns:
- True if thisObj and obj are considered equal
- Throws:
NullPointerException- ifthisObjis null
-
bindingToString
static String bindingToString(@NonNull System obj)
Default implementation ofObject.toString()contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.- Parameters:
obj- Object for which to generate toString() result.- Returns:
Stringvalue of data modeled by this interface.- Throws:
NullPointerException- ifobjis null
-
getConfig
Config getConfig()
Return config, ornullif it is not present.Global configuration data for the system- Returns:
Configconfig, ornullif it is not present.
-
getState
State getState()
Return state, ornullif it is not present.Global operational state data for the system- Returns:
Statestate, ornullif it is not present.
-
-