public interface OutOfPixieDustNotification extends DataObject, Augmentable<OutOfPixieDustNotification>, Notification
This class represents the following YANG schema fragment defined in module opendaylight-test-notification
notification out-of-pixie-dust-notification { leaf reason { type string; } leaf days-till-new-dust { type uint16; } }The schema path to identify an instance is opendaylight-test-notification/out-of-pixie-dust-notification
To create instances of this class use OutOfPixieDustNotificationBuilder
.
OutOfPixieDustNotificationBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Integer |
getDaysTillNewDust() |
@Nullable String |
getReason() |
augmentation
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.