public class DhcpdConfiguration extends Object implements Serializable
| Constructor and Description | 
|---|
| DhcpdConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deletePort() | 
| boolean | equals(Object obj)Overrides the java.lang.Object.equals method. | 
| String | getExtendedMode()Returns the value of field 'extendedMode'. | 
| String | getMacAddress()Returns the value of field 'macAddress'. | 
| String | getMyIpAddress()Returns the value of field 'myIpAddress'. | 
| Integer | getPort()Returns the value of field 'port'. | 
| String | getRequestIpAddress()Returns the value of field 'requestIpAddress'. | 
| int | hashCode()Overrides the java.lang.Object.hashCode method. | 
| boolean | hasPort()Method hasPort. | 
| void | setExtendedMode(String extendedMode)Sets the value of field 'extendedMode'. | 
| void | setMacAddress(String macAddress)Sets the value of field 'macAddress'. | 
| void | setMyIpAddress(String myIpAddress)Sets the value of field 'myIpAddress'. | 
| void | setPort(Integer port)Sets the value of field 'port'. | 
| void | setRequestIpAddress(String requestIpAddress)Sets the value of field 'requestIpAddress'. | 
public boolean hasPort()
public Integer getPort()
public void setPort(Integer port)
port - the value of field 'port'.public void deletePort()
public String getMacAddress()
public void setMacAddress(String macAddress)
macAddress - the value of field 'macAddress'.public String getMyIpAddress()
public void setMyIpAddress(String myIpAddress)
myIpAddress - the value of field 'myIpAddress'.public String getExtendedMode()
public void setExtendedMode(String extendedMode)
extendedMode - the value of field 'extendedMode'.public String getRequestIpAddress()
public void setRequestIpAddress(String requestIpAddress)
requestIpAddress - the value of field 'requestIpAddress'public boolean equals(Object obj)
Copyright © 2019. All rights reserved.