Class WinTaskResultRecord
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable,java.sql.SQLData,org.jooq.Attachable,org.jooq.Fields,org.jooq.Formattable,org.jooq.QualifiedRecord,org.jooq.Record,org.jooq.Record10,org.jooq.TableRecord,org.jooq.UpdatableRecord,pro.fessional.wings.tiny.task.database.autogen.tables.interfaces.IWinTaskResult
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.9"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinTaskResultRecord extends UpdatableRecordImpl<R> implements Record10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, IWinTaskResult
The table
wings.win_task_result.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description WinTaskResultRecord()Create a detached WinTaskResultRecord WinTaskResultRecord(Long id, Long taskId, String taskKey, String taskApp, Integer taskPid, String exitData, Boolean exitFail, LocalDateTime timeExec, LocalDateTime timeExit, Integer timeCost)Create a detached, initialised WinTaskResultRecord WinTaskResultRecord(WinTaskResult value)Create a detached, initialised WinTaskResultRecord
-
Method Summary
Modifier and Type Method Description voidsetId(Long value)Setter for win_task_result.id.LonggetId()Getter for win_task_result.id.voidsetTaskId(Long value)Setter for win_task_result.task_id.LonggetTaskId()Getter for win_task_result.task_id.voidsetTaskKey(String value)Setter for win_task_result.task_key.StringgetTaskKey()Getter for win_task_result.task_key.voidsetTaskApp(String value)Setter for win_task_result.task_app.StringgetTaskApp()Getter for win_task_result.task_app.voidsetTaskPid(Integer value)Setter for win_task_result.task_pid.IntegergetTaskPid()Getter for win_task_result.task_pid.voidsetExitData(String value)Setter for win_task_result.exit_data.StringgetExitData()Getter for win_task_result.exit_data.voidsetExitFail(Boolean value)Setter for win_task_result.exit_fail.BooleangetExitFail()Getter for win_task_result.exit_fail.voidsetTimeExec(LocalDateTime value)Setter for win_task_result.time_exec.LocalDateTimegetTimeExec()Getter for win_task_result.time_exec.voidsetTimeExit(LocalDateTime value)Setter for win_task_result.time_exit.LocalDateTimegetTimeExit()Getter for win_task_result.time_exit.voidsetTimeCost(Integer value)Setter for win_task_result.time_cost.IntegergetTimeCost()Getter for win_task_result.time_cost.Record1<Long>key()Row10<Long, Long, String, String, Integer, String, Boolean, LocalDateTime, LocalDateTime, Integer>fieldsRow()Row10<Long, Long, String, String, Integer, String, Boolean, LocalDateTime, LocalDateTime, Integer>valuesRow()Field<Long>field1()Field<Long>field2()Field<String>field3()Field<String>field4()Field<Integer>field5()Field<String>field6()Field<Boolean>field7()Field<LocalDateTime>field8()Field<LocalDateTime>field9()Field<Integer>field10()Longcomponent1()Longcomponent2()Stringcomponent3()Stringcomponent4()Integercomponent5()Stringcomponent6()Booleancomponent7()LocalDateTimecomponent8()LocalDateTimecomponent9()Integercomponent10()Longvalue1()Longvalue2()Stringvalue3()Stringvalue4()Integervalue5()Stringvalue6()Booleanvalue7()LocalDateTimevalue8()LocalDateTimevalue9()Integervalue10()WinTaskResultRecordvalue1(Long value)WinTaskResultRecordvalue2(Long value)WinTaskResultRecordvalue3(String value)WinTaskResultRecordvalue4(String value)WinTaskResultRecordvalue5(Integer value)WinTaskResultRecordvalue6(String value)WinTaskResultRecordvalue7(Boolean value)WinTaskResultRecordvalue8(LocalDateTime value)WinTaskResultRecordvalue9(LocalDateTime value)WinTaskResultRecordvalue10(Integer value)WinTaskResultRecordvalues(Long value1, Long value2, String value3, String value4, Integer value5, String value6, Boolean value7, LocalDateTime value8, LocalDateTime value9, Integer value10)voidfrom(IWinTaskResult from)Load data from another generated Record/POJO implementing the common interface IWinTaskResult <E extends IWinTaskResult> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinTaskResult -
Methods inherited from class org.jooq.impl.AbstractQualifiedRecord
getQualifier, getSQLTypeName, readSQL, with, writeSQL -
Methods inherited from class org.jooq.impl.UpdatableRecordImpl
children, copy, delete, fetchChild, fetchChildren, merge, refresh, store, update -
Methods inherited from class org.jooq.Record10
with -
Methods inherited from class org.jooq.impl.TableRecordImpl
fetchParent, getTable, insert, original, parent -
Methods inherited from class org.jooq.impl.AbstractRecord
changed, changed, compareTo, dataType, dataTypes, field, field, fieldStream, fields, format, formatCSV, formatChart, formatHTML, formatInsert, formatJSON, formatXML, from, fromArray, fromMap, get, get, get, getValue, getValue, getValue, indexOf, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, intoXML, intoXML, map, original, original, original, reset, size, toString, type, types, with -
Methods inherited from class org.jooq.impl.AbstractStore
equals, hashCode -
Methods inherited from class org.jooq.impl.AbstractFormattable
attach, configuration, detach, format, formatCSV, formatChart, formatHTML, formatInsert, formatJSON, formatXML -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WinTaskResultRecord
WinTaskResultRecord()
Create a detached WinTaskResultRecord
-
WinTaskResultRecord
WinTaskResultRecord(Long id, Long taskId, String taskKey, String taskApp, Integer taskPid, String exitData, Boolean exitFail, LocalDateTime timeExec, LocalDateTime timeExit, Integer timeCost)
Create a detached, initialised WinTaskResultRecord
-
WinTaskResultRecord
WinTaskResultRecord(WinTaskResult value)
Create a detached, initialised WinTaskResultRecord
-
-
Method Detail
-
setTaskKey
void setTaskKey(String value)
Setter for
win_task_result.task_key.
-
getTaskKey
String getTaskKey()
Getter for
win_task_result.task_key.
-
setTaskApp
void setTaskApp(String value)
Setter for
win_task_result.task_app.
-
getTaskApp
String getTaskApp()
Getter for
win_task_result.task_app.
-
setTaskPid
void setTaskPid(Integer value)
Setter for
win_task_result.task_pid.
-
getTaskPid
Integer getTaskPid()
Getter for
win_task_result.task_pid.
-
setExitData
void setExitData(String value)
Setter for
win_task_result.exit_data.
-
getExitData
String getExitData()
Getter for
win_task_result.exit_data.
-
setExitFail
void setExitFail(Boolean value)
Setter for
win_task_result.exit_fail.
-
getExitFail
Boolean getExitFail()
Getter for
win_task_result.exit_fail.
-
setTimeExec
void setTimeExec(LocalDateTime value)
Setter for
win_task_result.time_exec.
-
getTimeExec
LocalDateTime getTimeExec()
Getter for
win_task_result.time_exec.
-
setTimeExit
void setTimeExit(LocalDateTime value)
Setter for
win_task_result.time_exit.
-
getTimeExit
LocalDateTime getTimeExit()
Getter for
win_task_result.time_exit.
-
setTimeCost
void setTimeCost(Integer value)
Setter for
win_task_result.time_cost.
-
getTimeCost
Integer getTimeCost()
Getter for
win_task_result.time_cost.
-
fieldsRow
Row10<Long, Long, String, String, Integer, String, Boolean, LocalDateTime, LocalDateTime, Integer> fieldsRow()
-
valuesRow
Row10<Long, Long, String, String, Integer, String, Boolean, LocalDateTime, LocalDateTime, Integer> valuesRow()
-
field8
Field<LocalDateTime> field8()
-
field9
Field<LocalDateTime> field9()
-
component1
Long component1()
-
component2
Long component2()
-
component3
String component3()
-
component4
String component4()
-
component5
Integer component5()
-
component6
String component6()
-
component7
Boolean component7()
-
component8
LocalDateTime component8()
-
component9
LocalDateTime component9()
-
component10
Integer component10()
-
value8
LocalDateTime value8()
-
value9
LocalDateTime value9()
-
value1
WinTaskResultRecord value1(Long value)
-
value2
WinTaskResultRecord value2(Long value)
-
value3
WinTaskResultRecord value3(String value)
-
value4
WinTaskResultRecord value4(String value)
-
value5
WinTaskResultRecord value5(Integer value)
-
value6
WinTaskResultRecord value6(String value)
-
value7
WinTaskResultRecord value7(Boolean value)
-
value8
WinTaskResultRecord value8(LocalDateTime value)
-
value9
WinTaskResultRecord value9(LocalDateTime value)
-
value10
WinTaskResultRecord value10(Integer value)
-
values
WinTaskResultRecord values(Long value1, Long value2, String value3, String value4, Integer value5, String value6, Boolean value7, LocalDateTime value8, LocalDateTime value9, Integer value10)
-
from
void from(IWinTaskResult from)
Load data from another generated Record/POJO implementing the common interface IWinTaskResult
-
into
<E extends IWinTaskResult> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinTaskResult
-
-
-
-