Class SelectorKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.logging.rev181121.logging.selectors.top.selectors.SelectorKey
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable,org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>,org.opendaylight.yangtools.yang.binding.Identifier<Selector>
@Generated("mdsal-binding-generator") public class SelectorKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Selector>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelectorKey(@NonNull Class<? extends SYSLOGFACILITY> _facility, @NonNull SyslogSeverity _severity)SelectorKey(SelectorKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull Class<? extends SYSLOGFACILITY>getFacility()@NonNull SyslogSeveritygetSeverity()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
SelectorKey
public SelectorKey(@NonNull Class<? extends SYSLOGFACILITY> _facility, @NonNull SyslogSeverity _severity)
-
SelectorKey
public SelectorKey(SelectorKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getFacility
public @NonNull Class<? extends SYSLOGFACILITY> getFacility()
-
getSeverity
public @NonNull SyslogSeverity getSeverity()
-
hashCode
public int hashCode()
-
equals
public final boolean equals(Object obj)
-
-