public class DescribeRecordInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeRecordInfoRequest() |
DescribeRecordInfoRequest(DescribeRecordInfoRequest 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 |
---|---|
Long |
getBizId()
Get Application ID.
|
Long |
getTaskId()
Get ID of the ongoing task, which is returned from the `StartRecord` API.
|
void |
setBizId(Long BizId)
Set Application ID.
|
void |
setTaskId(Long TaskId)
Set ID of the ongoing task, which is returned from the `StartRecord` API.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRecordInfoRequest()
public DescribeRecordInfoRequest(DescribeRecordInfoRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- ID of the ongoing task, which is returned from the `StartRecord` API.public Long getBizId()
public void setBizId(Long BizId)
BizId
- Application ID.Copyright © 2023. All rights reserved.