@Generated(value="org.jsonschema2pojo") public class Oa extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Oa.Role |
static class |
Oa.State |
Constructor and Description |
---|
Oa() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Integer |
getBayNumber()
(Required)
|
Boolean |
getDhcpEnable() |
Boolean |
getDhcpIpv6Enable() |
String |
getFqdnHostName() |
String |
getFwBuildDate() |
String |
getFwVersion() |
String |
getIpAddress() |
List<Ipv6Address> |
getIpv6Addresses() |
Oa.Role |
getRole() |
Oa.State |
getState() |
int |
hashCode() |
void |
setBayNumber(Integer bayNumber)
(Required)
|
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<Ipv6Address> ipv6Addresses) |
void |
setRole(Oa.Role role) |
void |
setState(Oa.State state) |
String |
toString() |
public Integer getBayNumber()
public void setBayNumber(Integer bayNumber)
bayNumber
- The bayNumberpublic String getFwVersion()
public void setFwVersion(String fwVersion)
fwVersion
- The fwVersionpublic Oa.Role getRole()
public void setRole(Oa.Role role)
role
- The rolepublic String getIpAddress()
public void setIpAddress(String ipAddress)
ipAddress
- The ipAddresspublic List<Ipv6Address> getIpv6Addresses()
public void setIpv6Addresses(List<Ipv6Address> ipv6Addresses)
ipv6Addresses
- The ipv6Addressespublic String getFqdnHostName()
public void setFqdnHostName(String fqdnHostName)
fqdnHostName
- The fqdnHostNamepublic String getFwBuildDate()
public void setFwBuildDate(String fwBuildDate)
fwBuildDate
- The fwBuildDatepublic Boolean getDhcpEnable()
public void setDhcpEnable(Boolean dhcpEnable)
dhcpEnable
- The dhcpEnablepublic Boolean getDhcpIpv6Enable()
public void setDhcpIpv6Enable(Boolean dhcpIpv6Enable)
dhcpIpv6Enable
- The dhcpIpv6Enablepublic Oa.State getState()
public void setState(Oa.State state)
state
- The stateCopyright © 2016. All rights reserved.