Class AlarmState.TypeId
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.alarms.rev190709.AlarmState.TypeId
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- AlarmState
public static final class AlarmState.TypeId
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module openconfig-alarms
leaf type-id {
type union {
type string;
type identityref {
base OPENCONFIG_ALARM_TYPE_ID;
}
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTypeId(AlarmState.TypeId source) Creates a copy from Source Object.TypeId(OPENCONFIGALARMTYPEID _oPENCONFIGALARMTYPEID) -
Method Summary
-
Constructor Details
-
TypeId
-
TypeId
-
TypeId
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.
-
getString
-
getOPENCONFIGALARMTYPEID
-
hashCode
public int hashCode() -
equals
-
toString
-