Modifier and Type | Class and Description |
---|---|
static class |
AllocationPool.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
end |
protected String |
start |
Modifier | Constructor and Description |
---|---|
protected |
AllocationPool(String start,
String end) |
Modifier and Type | Method and Description |
---|---|
static AllocationPool.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getEnd() |
String |
getStart() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
AllocationPool.Builder |
toBuilder()
Gets a Builder configured as this object.
|
String |
toString() |
@ConstructorProperties(value={"start","end"}) protected AllocationPool(String start, String end)
protected com.google.common.base.Objects.ToStringHelper string()
public static AllocationPool.Builder builder()
public AllocationPool.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.