Class CpuKey
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.CpuKey
-
- 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<Cpu>
@Generated("mdsal-binding-generator") public class CpuKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<Cpu>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CpuKey(@NonNull SystemCpuState.Index _index)CpuKey(CpuKey source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)@NonNull SystemCpuState.IndexgetIndex()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CpuKey
public CpuKey(@NonNull SystemCpuState.Index _index)
-
CpuKey
public CpuKey(CpuKey source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
getIndex
public @NonNull SystemCpuState.Index getIndex()
-
hashCode
public int hashCode()
-
equals
public final boolean equals(Object obj)
-
-