Modifier and Type | Field and Description |
---|---|
String |
id |
String |
name |
NetClientOptions |
opts |
Integer |
vlan |
Constructor and Description |
---|
NetLegacy() |
NetLegacy(Integer vlan,
String id,
String name,
NetClientOptions opts) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
NetLegacy |
withId(String value) |
NetLegacy |
withName(String value) |
NetLegacy |
withOpts(NetClientOptions value) |
NetLegacy |
withVlan(Integer value) |
toString
@CheckForNull public Integer vlan
@CheckForNull public String id
@CheckForNull public String name
@Nonnull public NetClientOptions opts
public NetLegacy()
public NetLegacy(Integer vlan, String id, String name, NetClientOptions opts)
@Nonnull public NetLegacy withOpts(NetClientOptions value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException