Modifier and Type | Method and Description |
---|---|
DataRow |
build() |
DataRow.Builder |
clearData()
Clears the value of the 'data' field.
|
DataRow.Builder |
clearRelTimeStamp()
Clears the value of the 'relTimeStamp' field.
|
DataRow.Builder |
clearTableDefId()
Clears the value of the 'tableDefId' field.
|
List<Long> |
getData()
Gets the value of the 'data' field.
|
Integer |
getRelTimeStamp()
Gets the value of the 'relTimeStamp' field.
|
Long |
getTableDefId()
Gets the value of the 'tableDefId' field.
|
boolean |
hasData()
Checks whether the 'data' field has been set.
|
boolean |
hasRelTimeStamp()
Checks whether the 'relTimeStamp' field has been set.
|
boolean |
hasTableDefId()
Checks whether the 'tableDefId' field has been set.
|
DataRow.Builder |
setData(List<Long> value)
Sets the value of the 'data' field.
|
DataRow.Builder |
setRelTimeStamp(int value)
Sets the value of the 'relTimeStamp' field.
|
DataRow.Builder |
setTableDefId(long value)
Sets the value of the 'tableDefId' field.
|
public Integer getRelTimeStamp()
public DataRow.Builder setRelTimeStamp(int value)
value
- The value of 'relTimeStamp'.public boolean hasRelTimeStamp()
public DataRow.Builder clearRelTimeStamp()
public Long getTableDefId()
public DataRow.Builder setTableDefId(long value)
value
- The value of 'tableDefId'.public boolean hasTableDefId()
public DataRow.Builder clearTableDefId()
public List<Long> getData()
public DataRow.Builder setData(List<Long> value)
value
- The value of 'data'.public boolean hasData()
public DataRow.Builder clearData()
Copyright © 2018 SPF4J. All rights reserved.