public interface FaultInd extends DataObject
This class represents the following YANG schema fragment defined in module ocp-types
grouping faultInd {
leaf objId {
type ObjId;
}
leaf faultId {
type FaultId;
}
leaf state {
type FaultState;
}
leaf severity {
type FaultSeverity;
}
leaf timestamp {
type xsd-dateTime;
}
leaf descr {
type string;
}
leaf-list affectedObj {
type string;
}
}
The schema path to identify an instance is
ocp-types/faultInd| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAffectedObj() |
String |
getDescr() |
FaultId |
getFaultId() |
ObjId |
getObjId() |
FaultSeverity |
getSeverity() |
FaultState |
getState() |
XsdDateTime |
getTimestamp() |
getImplementedInterfaceObjId getObjId()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.ObjId objId, or null if not presentFaultId getFaultId()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.FaultId faultId, or null if not presentFaultState getState()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.FaultState state, or null if not presentFaultSeverity getSeverity()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.common.types.rev150811.FaultSeverity severity, or null if not presentXsdDateTime getTimestamp()
org.opendaylight.yang.gen.v1.urn.opendaylight.ocp.xsd.types.rev150811.XsdDateTime timestamp, or null if not presentString getDescr()
java.lang.String descr, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.