public class DefaultAnnotatedNodeInfo extends Object implements AnnotatedNodeInfo
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAnnotatedNodeInfo.Builder
Represents implementation of annotated node information builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultAnnotatedNodeInfo(DefaultAnnotatedNodeInfo.Builder b)
Creates an instance of data node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
annotations()
Returns annotations associated with the node.
|
static DefaultAnnotatedNodeInfo.Builder |
builder()
Retrieves a new annotated node info builder.
|
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.yang.model.ResourceId |
resourceId()
Returns resource identifier of the annotated node.
|
String |
toString() |
protected DefaultAnnotatedNodeInfo(DefaultAnnotatedNodeInfo.Builder b)
b - data node builderpublic org.onosproject.yang.model.ResourceId resourceId()
AnnotatedNodeInforesourceId in interface AnnotatedNodeInfopublic List<Annotation> annotations()
AnnotatedNodeInfoannotations in interface AnnotatedNodeInfopublic static DefaultAnnotatedNodeInfo.Builder builder()
Copyright © 2017. All rights reserved.