public static interface ModelRegistrationParam.Builder
| Modifier and Type | Method and Description |
|---|---|
ModelRegistrationParam.Builder |
addAppModuleInfo(org.onosproject.yang.model.YangModuleId id,
AppModuleInfo info)
Adds application module information associated with module identifier.
|
ModelRegistrationParam |
build()
Builds an instance of model registration param.
|
ModelRegistrationParam.Builder |
setYangModel(org.onosproject.yang.model.YangModel model)
Sets YANG model.
|
ModelRegistrationParam.Builder addAppModuleInfo(org.onosproject.yang.model.YangModuleId id, AppModuleInfo info)
id - YANG module identifierinfo - application information associated with module identifierModelRegistrationParam.Builder setYangModel(org.onosproject.yang.model.YangModel model)
model - YANG modelModelRegistrationParam build()
Copyright © 2017. All rights reserved.