public class InstanceLogByLine extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceLogByLine() |
InstanceLogByLine(InstanceLogByLine source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getContent()
Get 内容
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCount()
Get 返回行数
注意:此字段可能返回 null,表示取不到有效值。
|
ExtensionInfoVO[] |
getExecutionExtendedProps()
Get 执行实例的扩展属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExtInfo()
Get 如果queryFileFlag为1,则ext返回当前页数据的结束行信息,下一页把这个extInfo透传过来
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceId()
Get 实例id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceState()
Get 实例状态
注意:此字段可能返回 null,表示取不到有效值。
|
JobLogErrorTip |
getJobLogErrorTip()
Get 日志sql错误信息,包含行列信息
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getOver()
Get 文件是否读取完
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTaskId()
Get 任务id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWorkerType()
Get 执行机类型 0:老执行机loader 1:新执行机woker
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String[] Content)
Set 内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 返回行数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExecutionExtendedProps(ExtensionInfoVO[] ExecutionExtendedProps)
Set 执行实例的扩展属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtInfo(String ExtInfo)
Set 如果queryFileFlag为1,则ext返回当前页数据的结束行信息,下一页把这个extInfo透传过来
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceId(String InstanceId)
Set 实例id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceState(String InstanceState)
Set 实例状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJobLogErrorTip(JobLogErrorTip JobLogErrorTip)
Set 日志sql错误信息,包含行列信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOver(Boolean Over)
Set 文件是否读取完
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTaskId(String TaskId)
Set 任务id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWorkerType(Long WorkerType)
Set 执行机类型 0:老执行机loader 1:新执行机woker
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InstanceLogByLine()
public InstanceLogByLine(InstanceLogByLine source)
public Long getCount()
public void setCount(Long Count)
Count
- 返回行数
注意:此字段可能返回 null,表示取不到有效值。public String[] getContent()
public void setContent(String[] Content)
Content
- 内容
注意:此字段可能返回 null,表示取不到有效值。public Boolean getOver()
public void setOver(Boolean Over)
Over
- 文件是否读取完
注意:此字段可能返回 null,表示取不到有效值。public String getInstanceState()
public void setInstanceState(String InstanceState)
InstanceState
- 实例状态
注意:此字段可能返回 null,表示取不到有效值。public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例id
注意:此字段可能返回 null,表示取不到有效值。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 任务id
注意:此字段可能返回 null,表示取不到有效值。public Long getWorkerType()
public void setWorkerType(Long WorkerType)
WorkerType
- 执行机类型 0:老执行机loader 1:新执行机woker
注意:此字段可能返回 null,表示取不到有效值。public JobLogErrorTip getJobLogErrorTip()
public void setJobLogErrorTip(JobLogErrorTip JobLogErrorTip)
JobLogErrorTip
- 日志sql错误信息,包含行列信息
注意:此字段可能返回 null,表示取不到有效值。public ExtensionInfoVO[] getExecutionExtendedProps()
public void setExecutionExtendedProps(ExtensionInfoVO[] ExecutionExtendedProps)
ExecutionExtendedProps
- 执行实例的扩展属性
注意:此字段可能返回 null,表示取不到有效值。public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- 如果queryFileFlag为1,则ext返回当前页数据的结束行信息,下一页把这个extInfo透传过来
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.