public abstract class AbstractImportPolicy extends Object
| Constructor and Description |
|---|
AbstractImportPolicy() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
effectiveAttributes(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes)
Transform incoming attributes according to policy.
|
@Nullable public abstract org.opendaylight.yangtools.yang.data.api.schema.ContainerNode effectiveAttributes(@Nullable org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes)
attributes - received attributesCopyright © 2018 OpenDaylight. All rights reserved.