public static interface AnnotatedNodeInfo.Builder
| Modifier and Type | Method and Description |
|---|---|
AnnotatedNodeInfo.Builder |
addAnnotation(Annotation annotation)
Adds annotation to a node.
|
AnnotatedNodeInfo |
build()
Builds an instance of annotated node information.
|
AnnotatedNodeInfo.Builder |
resourceId(org.onosproject.yang.model.ResourceId id)
Sets resource identifier of the annotated node.
|
AnnotatedNodeInfo.Builder resourceId(org.onosproject.yang.model.ResourceId id)
id - resource identifierAnnotatedNodeInfo.Builder addAnnotation(Annotation annotation)
annotation - annotation informationAnnotatedNodeInfo build()
Copyright © 2017. All rights reserved.