public class DefaultResourceData extends Object implements org.onosproject.yang.model.ResourceData
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultResourceData.Builder
Represents implementation of resource data builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultResourceData(DefaultResourceData.Builder b)
Creates an instance of resource data.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultResourceData.Builder |
builder()
Retrieves a new resource data builder.
|
List<org.onosproject.yang.model.DataNode> |
dataNodes() |
boolean |
equals(Object obj) |
int |
hashCode() |
org.onosproject.yang.model.ResourceId |
resourceId() |
String |
toString() |
protected DefaultResourceData(DefaultResourceData.Builder b)
b - resource data builderpublic List<org.onosproject.yang.model.DataNode> dataNodes()
dataNodes in interface org.onosproject.yang.model.ResourceDatapublic org.onosproject.yang.model.ResourceId resourceId()
resourceId in interface org.onosproject.yang.model.ResourceDatapublic static DefaultResourceData.Builder builder()
Copyright © 2017. All rights reserved.