public class CalixBridgeTable
extends java.lang.Object
| Constructor and Description |
|---|
CalixBridgeTable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAge()
Gets the age of the MAC address entry.
|
java.lang.String |
getCvlan()
Gets the customer VLAN (C-VLAN) identifier.
|
java.lang.Object |
getDeviceName()
Gets the device name.
|
java.lang.String |
getInterface()
Gets the interface identifier.
|
java.lang.String |
getLearn()
Gets the learning status.
|
java.lang.String |
getMac()
Gets the MAC address.
|
java.lang.Object |
getOperator()
Gets the operator information.
|
java.lang.String |
getShelf()
Gets the shelf identifier.
|
java.lang.String |
getSlot()
Gets the slot identifier.
|
java.lang.String |
getVlan()
Gets the VLAN identifier.
|
void |
setAge(java.lang.String age)
Sets the age of the MAC address entry.
|
void |
setCvlan(java.lang.String cvlan)
Sets the customer VLAN (C-VLAN) identifier.
|
void |
setDeviceName(java.lang.Object deviceName)
Sets the device name.
|
void |
setInterface(java.lang.String _interface)
Sets the interface identifier.
|
void |
setLearn(java.lang.String learn)
Sets the learning status.
|
void |
setMac(java.lang.String mac)
Sets the MAC address.
|
void |
setOperator(java.lang.Object operator)
Sets the operator information.
|
void |
setShelf(java.lang.String shelf)
Sets the shelf identifier.
|
void |
setSlot(java.lang.String slot)
Sets the slot identifier.
|
void |
setVlan(java.lang.String vlan)
Sets the VLAN identifier.
|
public java.lang.Object getDeviceName()
public void setDeviceName(java.lang.Object deviceName)
deviceName - the device name to setpublic java.lang.Object getOperator()
public void setOperator(java.lang.Object operator)
operator - the operator to setpublic java.lang.String getInterface()
public void setInterface(java.lang.String _interface)
_interface - the interface to setpublic java.lang.String getVlan()
public void setVlan(java.lang.String vlan)
vlan - the VLAN to setpublic java.lang.String getCvlan()
public void setCvlan(java.lang.String cvlan)
cvlan - the C-VLAN to setpublic java.lang.String getMac()
public void setMac(java.lang.String mac)
mac - the MAC address to setpublic java.lang.String getAge()
public void setAge(java.lang.String age)
age - the age to setpublic java.lang.String getLearn()
public void setLearn(java.lang.String learn)
learn - the learning status to setpublic java.lang.String getShelf()
public void setShelf(java.lang.String shelf)
shelf - the shelf to setpublic java.lang.String getSlot()
public void setSlot(java.lang.String slot)
slot - the slot to set