public class IPConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IPConfiguration.Builder |
Constructor and Description |
---|
IPConfiguration(IPConfigurationType configurationType,
IP ip) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IPConfigurationType |
getConfigurationType() |
IP |
getIp() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"conf","ip"}) public IPConfiguration(IPConfigurationType configurationType, IP ip)
public IPConfigurationType getConfigurationType()
public IP getIp()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.