public class DescribeTaskDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTaskDetailRequest()  | 
DescribeTaskDetailRequest(DescribeTaskDetailRequest 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 | 
|---|---|
Boolean | 
getShowAllSegments()
Get Whether to show all segments. 
 | 
String | 
getTaskId()
Get Task ID, which is returned after a task is created 
 | 
void | 
setShowAllSegments(Boolean ShowAllSegments)
Set Whether to show all segments. 
 | 
void | 
setTaskId(String TaskId)
Set Task ID, which is returned after a task is created 
 | 
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 DescribeTaskDetailRequest()
public DescribeTaskDetailRequest(DescribeTaskDetailRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task ID, which is returned after a task is createdpublic Boolean getShowAllSegments()
public void setShowAllSegments(Boolean ShowAllSegments)
ShowAllSegments - Whether to show all segments. If it’s not specified, only hit segments are shown.Copyright © 2025. All rights reserved.