public static class Row.Builder
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Row |
build() |
Row.Builder |
clearRowId()
Clears the value of the 'rowId' field.
|
Row.Builder |
clearRowString()
Clears the value of the 'rowString' field.
|
Integer |
getRowId()
Gets the value of the 'rowId' field.
|
CharSequence |
getRowString()
Gets the value of the 'rowString' field.
|
boolean |
hasRowId()
Checks whether the 'rowId' field has been set.
|
boolean |
hasRowString()
Checks whether the 'rowString' field has been set.
|
Row.Builder |
setRowId(int value)
Sets the value of the 'rowId' field.
|
Row.Builder |
setRowString(CharSequence value)
Sets the value of the 'rowString' field.
|
public Integer getRowId()
public Row.Builder setRowId(int value)
value - The value of 'rowId'.public boolean hasRowId()
public Row.Builder clearRowId()
public CharSequence getRowString()
public Row.Builder setRowString(CharSequence value)
value - The value of 'rowString'.public boolean hasRowString()
public Row.Builder clearRowString()
public Row build()
Copyright © 2016. All rights reserved.