public interface OspfProcess
| Modifier and Type | Method and Description |
|---|---|
java.util.List<OspfArea> |
areas()
Gets the list of areas belonging to this process.
|
java.lang.String |
processId()
Gets the process id.
|
void |
setAreas(java.util.List<OspfArea> areas)
Sets the list of areas belonging to this process.
|
void |
setProcessId(java.lang.String processId)
Sets the process id.
|
java.util.List<OspfArea> areas()
void setAreas(java.util.List<OspfArea> areas)
areas - list of areas belonging to this processjava.lang.String processId()
void setProcessId(java.lang.String processId)
processId - the process id