@Deprecated public interface State extends ChildOf<Component>, Augmentable<State>
This class represents the following YANG schema fragment defined in module ietf-hardware-state
container state { if-feature hardware-state; status deprecated; leaf state-last-changed { type yang:date-and-time; status deprecated; } leaf admin-state { type hw:admin-state; status deprecated; } leaf oper-state { type hw:oper-state; status deprecated; } leaf usage-state { type hw:usage-state; status deprecated; } leaf alarm-state { type hw:alarm-state; status deprecated; } leaf standby-state { type hw:standby-state; status deprecated; } }The schema path to identify an instance is ietf-hardware-state/hardware/component/state
To create instances of this class use StateBuilder
.
StateBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@Nullable AdminState |
getAdminState()
Deprecated.
|
@Nullable AlarmState |
getAlarmState()
Deprecated.
|
@Nullable OperState |
getOperState()
Deprecated.
|
@Nullable StandbyState |
getStandbyState()
Deprecated.
|
@Nullable DateAndTime |
getStateLastChanged()
Deprecated.
|
@Nullable UsageState |
getUsageState()
Deprecated.
|
getImplementedInterface
augmentation
@Deprecated @Nullable DateAndTime getStateLastChanged()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DateAndTime
stateLastChanged
, or null
if not present@Deprecated @Nullable AdminState getAdminState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.AdminState
adminState
, or null
if not present@Deprecated @Nullable OperState getOperState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.OperState
operState
, or null
if not present@Deprecated @Nullable UsageState getUsageState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.UsageState
usageState
, or null
if not present@Deprecated @Nullable AlarmState getAlarmState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.AlarmState
alarmState
, or null
if not present@Deprecated @Nullable StandbyState getStandbyState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.hardware.rev180313.StandbyState
standbyState
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.