@Deprecated public class OpticalLinkDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowed
Deprecated.
|
protected long |
dpid1
Deprecated.
|
protected long |
dpid2
Deprecated.
|
protected String |
nodeDpid1
Deprecated.
|
protected String |
nodeDpid2
Deprecated.
|
protected Map<String,org.codehaus.jackson.JsonNode> |
params
Deprecated.
|
protected Map<String,String> |
publishAttributes
Deprecated.
|
protected String |
type
Deprecated.
|
| Constructor and Description |
|---|
OpticalLinkDescription()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDpid1()
Deprecated.
|
long |
getDpid2()
Deprecated.
|
String |
getNodeDpid1()
Deprecated.
|
String |
getNodeDpid2()
Deprecated.
|
Map<String,org.codehaus.jackson.JsonNode> |
getParams()
Deprecated.
|
Map<String,String> |
getPublishAttributes()
Deprecated.
|
String |
getType()
Deprecated.
|
Boolean |
isAllowed()
Deprecated.
|
void |
setAllowed(Boolean allowed)
Deprecated.
|
void |
setDpid1(long dpid1)
Deprecated.
|
void |
setDpid2(long dpid2)
Deprecated.
|
void |
setNodeDpid1(String nodeDpid1)
Deprecated.
|
void |
setNodeDpid2(String nodeDpid2)
Deprecated.
|
void |
setParams(Map<String,org.codehaus.jackson.JsonNode> params)
Deprecated.
|
void |
setPublishAttributes(Map<String,String> publishAttributes)
Deprecated.
|
void |
setType(String type)
Deprecated.
|
protected String type
protected Boolean allowed
protected long dpid1
protected long dpid2
protected String nodeDpid1
protected String nodeDpid2
public String getType()
public void setType(String type)
public Boolean isAllowed()
public void setAllowed(Boolean allowed)
public String getNodeDpid1()
public void setNodeDpid1(String nodeDpid1)
public String getNodeDpid2()
public void setNodeDpid2(String nodeDpid2)
public long getDpid1()
public void setDpid1(long dpid1)
public long getDpid2()
public void setDpid2(long dpid2)
Copyright © 2015. All rights reserved.