public interface BinaryContainer extends ChildOf<OpendaylightDefaultValueTestData>, Augmentable<BinaryContainer>
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
container binary-container { presence "presence container"; leaf binary-leaf { type binary; default aGVsbG8=; } leaf binary-leaf2 { type binary; } }The schema path to identify an instance is opendaylight-default-value-test/binary-container
To create instances of this class use BinaryContainerBuilder
.
BinaryContainerBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryLeaf() |
byte[] |
getBinaryLeaf2() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.