public class NetdevVdeOptions extends QApiType
QApiTypeDescriptor{name=NetdevVdeOptions, data={*sock=str, *port=uint16, *group=str, *mode=uint16}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
group |
Integer |
mode |
Integer |
port |
String |
sock |
Constructor and Description |
---|
NetdevVdeOptions() |
NetdevVdeOptions(String sock,
Integer port,
String group,
Integer mode) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
NetdevVdeOptions |
withGroup(String value) |
NetdevVdeOptions |
withMode(Integer value) |
NetdevVdeOptions |
withPort(Integer value) |
NetdevVdeOptions |
withSock(String value) |
toString
@CheckForNull public String sock
@CheckForNull public Integer port
@CheckForNull public String group
@CheckForNull public Integer mode
public NetdevVdeOptions()
public NetdevVdeOptions(String sock, Integer port, String group, Integer mode)
@Nonnull public NetdevVdeOptions withSock(String value)
@Nonnull public NetdevVdeOptions withPort(Integer value)
@Nonnull public NetdevVdeOptions withGroup(String value)
@Nonnull public NetdevVdeOptions withMode(Integer value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException