public interface IsisProcess
| Modifier and Type | Method and Description |
|---|---|
List<IsisInterface> |
isisInterfaceList()
Returns list of ISIS interface details.
|
String |
processId()
Returns process ID.
|
void |
setIsisInterfaceList(List<IsisInterface> isisInterfaceList)
Sets list of ISIS interfaces.
|
void |
setProcessId(String processId)
Sets process ID.
|
String processId()
void setProcessId(String processId)
processId - process IDvoid setIsisInterfaceList(List<IsisInterface> isisInterfaceList)
isisInterfaceList - list of ISIS interface detailsList<IsisInterface> isisInterfaceList()