public class Oa extends Object implements Serializable
Constructor and Description |
---|
Oa() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBayNumber() |
Boolean |
getDhcpEnable() |
Boolean |
getDhcpIpv6Enable() |
String |
getFqdnHostName() |
String |
getFwBuildDate() |
String |
getFwVersion() |
String |
getIpAddress() |
List<OaIpv6Address> |
getIpv6Addresses() |
OaRole |
getRole() |
OaState |
getState() |
void |
setBayNumber(Integer bayNumber) |
void |
setDhcpEnable(Boolean dhcpEnable) |
void |
setDhcpIpv6Enable(Boolean dhcpIpv6Enable) |
void |
setFqdnHostName(String fqdnHostName) |
void |
setFwBuildDate(String fwBuildDate) |
void |
setFwVersion(String fwVersion) |
void |
setIpAddress(String ipAddress) |
void |
setIpv6Addresses(List<OaIpv6Address> ipv6Addresses) |
void |
setRole(OaRole role) |
void |
setState(OaState state) |
public Integer getBayNumber()
public void setBayNumber(Integer bayNumber)
bayNumber
- the bayNumber to setpublic Boolean getDhcpEnable()
public void setDhcpEnable(Boolean dhcpEnable)
dhcpEnable
- the dhcpEnable to setpublic Boolean getDhcpIpv6Enable()
public void setDhcpIpv6Enable(Boolean dhcpIpv6Enable)
dhcpIpv6Enable
- the dhcpIpv6Enable to setpublic String getFqdnHostName()
public void setFqdnHostName(String fqdnHostName)
fqdnHostName
- the fqdnHostName to setpublic String getFwBuildDate()
public void setFwBuildDate(String fwBuildDate)
fwBuildDate
- the fwBuildDate to setpublic String getFwVersion()
public void setFwVersion(String fwVersion)
fwVersion
- the fwVersion to setpublic String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress
- the ipAddress to setpublic List<OaIpv6Address> getIpv6Addresses()
public void setIpv6Addresses(List<OaIpv6Address> ipv6Addresses)
ipv6Addresses
- the ipv6Addresses to setpublic OaRole getRole()
public void setRole(OaRole role)
role
- the role to setpublic OaState getState()
public void setState(OaState state)
state
- the state to setCopyright © 2016. All rights reserved.