Class PlatformComponentState.Type
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.PlatformComponentState.Type
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
- Enclosing interface:
- PlatformComponentState
public static final class PlatformComponentState.Type extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Type(Class<? extends OPENCONFIGHARDWARECOMPONENT> _identityref)Type(PlatformComponentState.Type source)Creates a copy from Source Object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Class<? extends OPENCONFIGHARDWARECOMPONENT>getIdentityref()inthashCode()StringstringValue()Return a String representing the value of this union.StringtoString()
-
-
-
Constructor Detail
-
Type
public Type(Class<? extends OPENCONFIGHARDWARECOMPONENT> _identityref)
-
Type
public Type(PlatformComponentState.Type source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Detail
-
stringValue
public String stringValue()
Return a String representing the value of this union.- Returns:
- String representation of this union's value.
-
getIdentityref
public Class<? extends OPENCONFIGHARDWARECOMPONENT> getIdentityref()
-
-