|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.AtInterface
public class AtInterface
AtInterface class.
| Constructor Summary | |
|---|---|
AtInterface(int nodeid,
String ipAddress)
Constructor for AtInterface. |
|
AtInterface(int nodeid,
String ipAddress,
String macAddress)
Constructor for AtInterface. |
|
| Method Summary | |
|---|---|
int |
getIfindex()
Getter for the field ifindex. |
String |
getIpAddress()
Getter for the field ipAddress. |
String |
getMacAddress()
Getter for the field macAddress. |
int |
getNodeId()
getNodeId |
void |
setIfindex(int ifindex)
Setter for the field ifindex. |
void |
setMacAddress(String macAddress)
Setter for the field macAddress. |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AtInterface(int nodeid,
String ipAddress,
String macAddress)
Constructor for AtInterface.
nodeid - a int.ipAddress - a String object.macAddress - a String object.
public AtInterface(int nodeid,
String ipAddress)
Constructor for AtInterface.
nodeid - a int.ipAddress - a String object.| Method Detail |
|---|
public String toString()
toString
toString in class ObjectString object.public int getNodeId()
getNodeId
public String getMacAddress()
Getter for the field macAddress.
public String getIpAddress()
Getter for the field ipAddress.
public int getIfindex()
Getter for the field ifindex.
public void setIfindex(int ifindex)
Setter for the field ifindex.
ifindex - a int.public void setMacAddress(String macAddress)
Setter for the field macAddress.
macAddress - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||