public class RecordTask extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RecordTask()  | 
RecordTask(RecordTask 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 | 
getAppName()
Get Push path. 
 | 
String | 
getDomainName()
Get Push domain name. 
 | 
Long | 
getEndTime()
Get The end time of the recording task in Unix timestamp. 
 | 
Long | 
getStartTime()
Get The start time of the recording task in Unix timestamp. 
 | 
Long | 
getStopped()
Get The StopRecordTask API call stops the task at the Unix timestamp. 
 | 
String | 
getStreamName()
Get Stream name. 
 | 
String | 
getTaskId()
Get Recording task ID. 
 | 
Long | 
getTemplateId()
Get Recording template ID. 
 | 
void | 
setAppName(String AppName)
Set Push path. 
 | 
void | 
setDomainName(String DomainName)
Set Push domain name. 
 | 
void | 
setEndTime(Long EndTime)
Set The end time of the recording task in Unix timestamp. 
 | 
void | 
setStartTime(Long StartTime)
Set The start time of the recording task in Unix timestamp. 
 | 
void | 
setStopped(Long Stopped)
Set The StopRecordTask API call stops the task at the Unix timestamp. 
 | 
void | 
setStreamName(String StreamName)
Set Stream name. 
 | 
void | 
setTaskId(String TaskId)
Set Recording task ID. 
 | 
void | 
setTemplateId(Long TemplateId)
Set Recording template ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RecordTask()
public RecordTask(RecordTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Recording task ID.public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Push domain name.public String getAppName()
public void setAppName(String AppName)
AppName - Push path.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - Stream name.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - The start time of the recording task in Unix timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - The end time of the recording task in Unix timestamp.public Long getTemplateId()
public void setTemplateId(Long TemplateId)
TemplateId - Recording template ID.public Long getStopped()
public void setStopped(Long Stopped)
Stopped - The StopRecordTask API call stops the task at the Unix timestamp. A value of 0 indicates that the API has not been called to stop the task.Copyright © 2023. All rights reserved.