public class GetTaskInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetTaskInstanceRequest() |
GetTaskInstanceRequest(GetTaskInstanceRequest 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, can be obtained through ListInstances.
|
String |
getProjectId()
Get Project id.
|
String |
getTimeZone()
Get **Time zone** timeZone, specifies the time zone of the passed in time string.
|
void |
setInstanceKey(String InstanceKey)
Set Instance unique id, can be obtained through ListInstances.
|
void |
setProjectId(String ProjectId)
Set Project id.
|
void |
setTimeZone(String TimeZone)
Set **Time zone** timeZone, specifies the time zone of the passed in time string.
|
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 GetTaskInstanceRequest()
public GetTaskInstanceRequest(GetTaskInstanceRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project id.public String getInstanceKey()
public void setInstanceKey(String InstanceKey)
InstanceKey
- Instance unique id, can be obtained through ListInstances.public String getTimeZone()
public void setTimeZone(String TimeZone)
TimeZone
- **Time zone** timeZone, specifies the time zone of the passed in time string. default UTC+8.Copyright © 2025. All rights reserved.