public class CalixE2WanModule
extends java.lang.Object
| Constructor and Description |
|---|
CalixE2WanModule() |
| Modifier and Type | Method and Description |
|---|---|
Brief |
getBrief()
Gets the brief information.
|
java.lang.String |
getDeviceName()
Gets the device name.
|
java.lang.String |
getLocation()
Gets the location of the WAN module.
|
java.lang.Object |
getOperator()
Gets the operator information.
|
java.lang.Object |
getType()
Gets the type of the WAN module.
|
void |
setBrief(Brief brief)
Sets the brief information.
|
void |
setDeviceName(java.lang.String deviceName)
Sets the device name.
|
void |
setLocation(java.lang.String location)
Sets the location of the WAN module.
|
void |
setOperator(java.lang.Object operator)
Sets the operator information.
|
void |
setType(java.lang.Object type)
Sets the type of the WAN module.
|
public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String 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 getLocation()
public void setLocation(java.lang.String location)
location - the location to setpublic Brief getBrief()
public void setBrief(Brief brief)
brief - the brief information to setpublic java.lang.Object getType()
public void setType(java.lang.Object type)
type - the type to set