public class StopLiveRecordRequest extends AbstractModel
| Constructor and Description | 
|---|
| StopLiveRecordRequest() | 
| StopLiveRecordRequest(StopLiveRecordRequest 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 | getStreamName()Get Stream name. | 
| Long | getTaskId()Get Task ID returned by the `CreateLiveRecord` API. | 
| void | setStreamName(String StreamName)Set Stream name. | 
| void | setTaskId(Long TaskId)Set Task ID returned by the `CreateLiveRecord` 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, toJsonStringpublic StopLiveRecordRequest()
public StopLiveRecordRequest(StopLiveRecordRequest source)
public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name.public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - Task ID returned by the `CreateLiveRecord` API.Copyright © 2022. All rights reserved.