public class IpRange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IpRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IpRange.Builder |
builder() |
boolean |
equals(Object o) |
String |
getEndAddress() |
String |
getStartAddress() |
int |
hashCode() |
IpRange.Builder |
toBuilder() |
String |
toString() |
public static IpRange.Builder builder()
public IpRange.Builder toBuilder()
public String getStartAddress()
public String getEndAddress()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.