public class InstanceLog extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceLog() | 
| InstanceLog(InstanceLog 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 | getCodeContent()Get **运行代码内容**
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getInstanceKey()Get 实例唯一标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLogInfo()Get **日志内容**
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getNextCursor()Get **分页查询日志时使用,无具体业务含义**
第一次查询时值为null 
第二次及以后查询时使用上一次查询返回信息中的NextCursor字段值即可
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProjectId()Get 项目ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCodeContent(String CodeContent)Set **运行代码内容**
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInstanceKey(String InstanceKey)Set 实例唯一标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLogInfo(String LogInfo)Set **日志内容**
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNextCursor(String NextCursor)Set **分页查询日志时使用,无具体业务含义**
第一次查询时值为null 
第二次及以后查询时使用上一次查询返回信息中的NextCursor字段值即可
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProjectId(String ProjectId)Set 项目ID
注意:此字段可能返回 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, toJsonStringpublic InstanceLog()
public InstanceLog(InstanceLog source)
public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey - 实例唯一标识
注意:此字段可能返回 null,表示取不到有效值。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目ID
注意:此字段可能返回 null,表示取不到有效值。public String getCodeContent()
public void setCodeContent(String CodeContent)
CodeContent - **运行代码内容**
注意:此字段可能返回 null,表示取不到有效值。public String getLogInfo()
public void setLogInfo(String LogInfo)
LogInfo - **日志内容**
注意:此字段可能返回 null,表示取不到有效值。public String getNextCursor()
public void setNextCursor(String NextCursor)
NextCursor - **分页查询日志时使用,无具体业务含义**
第一次查询时值为null 
第二次及以后查询时使用上一次查询返回信息中的NextCursor字段值即可
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.