public class StopRecordRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
StopRecordRequest()  | 
StopRecordRequest(StopRecordRequest 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 Task ID. 
 | 
void | 
setBizId(Long BizId)
Set Application ID. 
 | 
void | 
setTaskId(Long TaskId)
Set Task 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, toJsonStringpublic StopRecordRequest()
public StopRecordRequest(StopRecordRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - Task ID.public Long getBizId()
public void setBizId(Long BizId)
BizId - Application ID.Copyright © 2025. All rights reserved.