public class DefaultModelRegistrationParam extends Object implements ModelRegistrationParam
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultModelRegistrationParam.Builder
Represents implementation of model registration parameter builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultModelRegistrationParam(DefaultModelRegistrationParam.Builder b)
Creates an instance of model registration param.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultModelRegistrationParam.Builder |
builder()
Retrieves a new model registration parameter builder.
|
boolean |
equals(Object obj) |
AppModuleInfo |
getAppModuleInfo(org.onosproject.yang.model.YangModuleId id)
Returns extended app related information of a module/sub-module.
|
org.onosproject.yang.model.YangModel |
getYangModel()
Returns YANG model.
|
int |
hashCode() |
boolean |
ifAppInfoPresent()
Returns true for empty map.
|
String |
toString() |
protected DefaultModelRegistrationParam(DefaultModelRegistrationParam.Builder b)
b - model registration param builderpublic org.onosproject.yang.model.YangModel getYangModel()
ModelRegistrationParamgetYangModel in interface ModelRegistrationParampublic AppModuleInfo getAppModuleInfo(org.onosproject.yang.model.YangModuleId id)
ModelRegistrationParamgetAppModuleInfo in interface ModelRegistrationParamid - YANG module identifierpublic boolean ifAppInfoPresent()
ModelRegistrationParamifAppInfoPresent in interface ModelRegistrationParampublic static DefaultModelRegistrationParam.Builder builder()
Copyright © 2017. All rights reserved.