Modifier and Type | Field and Description |
---|---|
Long |
cols |
Long |
height |
Long |
rows |
Long |
width |
Constructor and Description |
---|
ChardevVC() |
ChardevVC(Long width,
Long height,
Long cols,
Long rows) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
ChardevVC |
withCols(Long value) |
ChardevVC |
withHeight(Long value) |
ChardevVC |
withRows(Long value) |
ChardevVC |
withWidth(Long value) |
toString
@CheckForNull public Long width
@CheckForNull public Long height
@CheckForNull public Long cols
@CheckForNull public Long rows
public ChardevVC()
@Nonnull public ChardevVC withHeight(Long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException