public class BlockdevOptionsNull extends QApiType
QApiTypeDescriptor{name=BlockdevOptionsNull, data={*size=int, *latency-ns=uint64}, innerTypes=null}
Constructor and Description |
---|
BlockdevOptionsNull() |
BlockdevOptionsNull(Long size,
Long latencyNs) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlockdevOptionsNull |
withLatencyNs(Long value) |
BlockdevOptionsNull |
withSize(Long value) |
toString
@CheckForNull public Long size
@CheckForNull public Long latencyNs
public BlockdevOptionsNull()
public BlockdevOptionsNull(Long size, Long latencyNs)
@Nonnull public BlockdevOptionsNull withSize(Long value)
@Nonnull public BlockdevOptionsNull withLatencyNs(Long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException