public class GetTaskInstanceLogRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetTaskInstanceLogRequest() |
GetTaskInstanceLogRequest(GetTaskInstanceLogRequest 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 |
getInstanceKey()
Get **Instance unique id**.
|
Long |
getLifeRoundNum()
Get **Instance Lifecycle Number** - Identifies a specific execution of an instance.
|
String |
getLogLevel()
Get **Log level** default All - Info - Debug - Warn - Error - All.
|
String |
getNextCursor()
Get **Used when performing paginated log queries; has no specific business meaning.**
For the first query, the value is null.
|
String |
getProjectId()
Get **Project ID**.
|
void |
setInstanceKey(String InstanceKey)
Set **Instance unique id**.
|
void |
setLifeRoundNum(Long LifeRoundNum)
Set **Instance Lifecycle Number** - Identifies a specific execution of an instance.
|
void |
setLogLevel(String LogLevel)
Set **Log level** default All - Info - Debug - Warn - Error - All.
|
void |
setNextCursor(String NextCursor)
Set **Used when performing paginated log queries; has no specific business meaning.**
For the first query, the value is null.
|
void |
setProjectId(String ProjectId)
Set **Project ID**.
|
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 GetTaskInstanceLogRequest()
public GetTaskInstanceLogRequest(GetTaskInstanceLogRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- **Project ID**. specifies the project ID.public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey
- **Instance unique id**.public Long getLifeRoundNum()
public void setLifeRoundNum(Long LifeRoundNum)
LifeRoundNum
- **Instance Lifecycle Number** - Identifies a specific execution of an instance.
For example: the first run of a cyclic instance has a lifecycle number of 0. If the user reruns that instance later, the second execution will have a lifecycle number of 1;
By default, the latest execution is used.public String getLogLevel()
public void setLogLevel(String LogLevel)
LogLevel
- **Log level** default All - Info - Debug - Warn - Error - All.public String getNextCursor()
public void setNextCursor(String NextCursor)
NextCursor
- **Used when performing paginated log queries; has no specific business meaning.**
For the first query, the value is null.
For subsequent queries, use the value of the NextCursor field returned from the previous query.Copyright © 2025. All rights reserved.