public class NetdevVhostUserOptions extends QApiType
QApiTypeDescriptor{name=NetdevVhostUserOptions, data={chardev=str, *vhostforce=bool, *queues=int}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
chardev |
Long |
queues |
Boolean |
vhostforce |
Constructor and Description |
---|
NetdevVhostUserOptions() |
NetdevVhostUserOptions(String chardev,
Boolean vhostforce,
Long queues) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
NetdevVhostUserOptions |
withChardev(String value) |
NetdevVhostUserOptions |
withQueues(Long value) |
NetdevVhostUserOptions |
withVhostforce(Boolean value) |
toString
@CheckForNull public Boolean vhostforce
@CheckForNull public Long queues
public NetdevVhostUserOptions()
public NetdevVhostUserOptions(String chardev, Boolean vhostforce, Long queues)
@Nonnull public NetdevVhostUserOptions withChardev(String value)
@Nonnull public NetdevVhostUserOptions withVhostforce(Boolean value)
@Nonnull public NetdevVhostUserOptions withQueues(Long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException