Class SystemCpuState.Index
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemCpuState.Index
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- SystemCpuState
public static final class SystemCpuState.Index
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module openconfig-system
leaf index {
type union {
type enumeration {
enum ALL {
}
}
type uint32;
}
}
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis class represents the following YANG schema fragment defined in module openconfig-system -
Constructor Summary
ConstructorsConstructorDescriptionIndex(SystemCpuState.Index source) Creates a copy from Source Object.Index(SystemCpuState.Index.Enumeration _enumeration) Index(org.opendaylight.yangtools.yang.common.Uint32 _uint32) -
Method Summary
-
Constructor Details
-
Index
-
Index
public Index(org.opendaylight.yangtools.yang.common.Uint32 _uint32) -
Index
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
stringValue
Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getEnumeration
-
getUint32
public org.opendaylight.yangtools.yang.common.Uint32 getUint32() -
hashCode
public int hashCode() -
equals
-
toString
-