Class ExtraDhcpOption
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.ExtraDhcpOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExtraDhcpOption.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String
id
protected String
optionName
protected String
optionValue
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExtraDhcpOption(String id, String optionName, String optionValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtraDhcpOption.Builder
builder()
boolean
equals(Object obj)
String
getId()
String
getOptionName()
String
getOptionValue()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
ExtraDhcpOption.Builder
toBuilder()
Gets a Builder configured as this object.String
toString()
-
-
-
Constructor Detail
-
ExtraDhcpOption
@ConstructorProperties({"id","opt_name","opt_value"}) protected ExtraDhcpOption(String id, String optionName, String optionValue)
-
-
Method Detail
-
getOptionName
@Nullable public String getOptionName()
- Returns:
- the optionName of the ExtraDhcpOption
-
getOptionValue
@Nullable public String getOptionValue()
- Returns:
- the optionValue of the ExtraDhcpOption
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static ExtraDhcpOption.Builder builder()
- Returns:
- the Builder for ExtraDhcpOption
-
toBuilder
public ExtraDhcpOption.Builder toBuilder()
Gets a Builder configured as this object.
-
-