public class InstanceLogInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceLogInfo() | 
| InstanceLogInfo(InstanceLogInfo 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 | getBrokerIp()Get Log Node
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getCodeFileName()Get Instance Code File, absence indicates the corresponding code file does not exist, possibly due to the executor not being upgraded/certain types of tasks having no code. | 
| String | getCostTime()Get Runtime Duration
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getCreateTime()Get Log Creation Time
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getCurRunDate()Get Data TimestampNote: This field may return null, indicating that no valid value can be obtained. | 
| AttributeItemDTO[] | getExtensionInfo()Get Extended Attributes
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getFileSize()Get File sizeNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getInstanceLogType()Get Instance Log Type, run: running; kill: termination
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getInstanceStatus()Get Instance Status COMPLETED completed FAILED failed retry EXPIRED failed RUNNING running
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getLastUpdate()Get Log Update Time
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getOriginFileName()Get File Name including Full Path
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getTaskId()Get Task IDNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getTaskName()Get Task NameNote: This field may return null, indicating that no valid value can be obtained. | 
| String | getTries()Get Number of trial runs
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setBrokerIp(String BrokerIp)Set Log Node
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCodeFileName(String CodeFileName)Set Instance Code File, absence indicates the corresponding code file does not exist, possibly due to the executor not being upgraded/certain types of tasks having no code. | 
| void | setCostTime(String CostTime)Set Runtime Duration
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCreateTime(String CreateTime)Set Log Creation Time
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setCurRunDate(String CurRunDate)Set Data TimestampNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setExtensionInfo(AttributeItemDTO[] ExtensionInfo)Set Extended Attributes
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setFileSize(String FileSize)Set File sizeNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setInstanceLogType(String InstanceLogType)Set Instance Log Type, run: running; kill: termination
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setInstanceStatus(String InstanceStatus)Set Instance Status COMPLETED completed FAILED failed retry EXPIRED failed RUNNING running
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setLastUpdate(String LastUpdate)Set Log Update Time
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setOriginFileName(String OriginFileName)Set File Name including Full Path
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setTaskId(String TaskId)Set Task IDNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setTaskName(String TaskName)Set Task NameNote: This field may return null, indicating that no valid value can be obtained. | 
| void | setTries(String Tries)Set Number of trial runs
Note: This field may return null, indicating that no valid value can be obtained. | 
| 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, toJsonStringpublic InstanceLogInfo()
public InstanceLogInfo(InstanceLogInfo source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task IDNote: This field may return null, indicating that no valid value can be obtained.public String getCurRunDate()
public void setCurRunDate(String CurRunDate)
CurRunDate - Data TimestampNote: This field may return null, indicating that no valid value can be obtained.public String getTries()
public void setTries(String Tries)
Tries - Number of trial runs
Note: This field may return null, indicating that no valid value can be obtained.public String getLastUpdate()
public void setLastUpdate(String LastUpdate)
LastUpdate - Log Update Time
Note: This field may return null, indicating that no valid value can be obtained.public String getBrokerIp()
public void setBrokerIp(String BrokerIp)
BrokerIp - Log Node
Note: This field may return null, indicating that no valid value can be obtained.public String getFileSize()
public void setFileSize(String FileSize)
FileSize - File sizeNote: This field may return null, indicating that no valid value can be obtained.public String getOriginFileName()
public void setOriginFileName(String OriginFileName)
OriginFileName - File Name including Full Path
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Log Creation Time
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceLogType()
public void setInstanceLogType(String InstanceLogType)
InstanceLogType - Instance Log Type, run: running; kill: termination
Note: This field may return null, indicating that no valid value can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName - Task NameNote: This field may return null, indicating that no valid value can be obtained.public String getCostTime()
public void setCostTime(String CostTime)
CostTime - Runtime Duration
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceStatus()
public void setInstanceStatus(String InstanceStatus)
InstanceStatus - Instance Status COMPLETED completed FAILED failed retry EXPIRED failed RUNNING running
Note: This field may return null, indicating that no valid value can be obtained.public String getCodeFileName()
public void setCodeFileName(String CodeFileName)
CodeFileName - Instance Code File, absence indicates the corresponding code file does not exist, possibly due to the executor not being upgraded/certain types of tasks having no code.
Note: This field may return null, indicating that no valid value can be obtained.public AttributeItemDTO[] getExtensionInfo()
public void setExtensionInfo(AttributeItemDTO[] ExtensionInfo)
ExtensionInfo - Extended Attributes
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.