Modifier and Type | Class and Description |
---|---|
static class |
ExtraDhcpOption.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
optionName |
protected String |
optionValue |
Modifier | Constructor and Description |
---|---|
protected |
ExtraDhcpOption(String id,
String optionName,
String optionValue) |
Modifier and Type | Method and Description |
---|---|
static ExtraDhcpOption.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getId() |
String |
getOptionName() |
String |
getOptionValue() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ExtraDhcpOption.Builder |
toBuilder()
Gets a Builder configured as this object.
|
String |
toString() |
protected final String id
@Named(value="opt_name") protected final String optionName
@Named(value="opt_value") protected final String optionValue
@ConstructorProperties(value={"id","opt_name","opt_value"}) protected ExtraDhcpOption(String id, String optionName, String optionValue)
@Nullable public String getOptionValue()
protected com.google.common.base.Objects.ToStringHelper string()
public static ExtraDhcpOption.Builder builder()
public ExtraDhcpOption.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.