Class ExtraDhcpOption
- java.lang.Object
-
- org.jclouds.openstack.neutron.v2.domain.ExtraDhcpOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtraDhcpOption.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringoptionNameprotected StringoptionValue
-
Constructor Summary
Constructors Modifier Constructor Description protectedExtraDhcpOption(String id, String optionName, String optionValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtraDhcpOption.Builderbuilder()booleanequals(Object obj)StringgetId()StringgetOptionName()StringgetOptionValue()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()ExtraDhcpOption.BuildertoBuilder()Gets a Builder configured as this object.StringtoString()
-
-
-
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.
-
-