public class HarvestJobResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
HarvestJobResp()  | 
HarvestJobResp(HarvestJobResp 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 | 
getChannelId()
Get The associated ChannelID. 
 | 
String | 
getChannelName()
Get The associated channel name. 
 | 
Long | 
getCreateTime()
Get HarvestJob creation time, timestamp in seconds. 
 | 
String | 
getDestination()
Get The path where the recording file is stored in COS. 
 | 
String | 
getEndpointName()
Get The associated endpoint name. 
 | 
String | 
getEndTime()
Get HarvestJob end time. 
 | 
String | 
getErrMessage()
Get HarvestJob error message. 
 | 
String | 
getID()
Get HarvestJob ID, a globally unique identifier. 
 | 
String | 
getManifest()
Get The file name of the recording file stored in COS. 
 | 
String | 
getRegion()
Get The region corresponding to the harvest job. 
 | 
String | 
getStartTime()
Get HarvestJob start time. 
 | 
String | 
getStatus()
Get The task status is divided into running: Running, execution completed: Completed, and execution failure: Failed. 
 | 
String | 
getTimeFormat()
Get Time format, supports the following types: 1. 
 | 
void | 
setChannelId(String ChannelId)
Set The associated ChannelID. 
 | 
void | 
setChannelName(String ChannelName)
Set The associated channel name. 
 | 
void | 
setCreateTime(Long CreateTime)
Set HarvestJob creation time, timestamp in seconds. 
 | 
void | 
setDestination(String Destination)
Set The path where the recording file is stored in COS. 
 | 
void | 
setEndpointName(String EndpointName)
Set The associated endpoint name. 
 | 
void | 
setEndTime(String EndTime)
Set HarvestJob end time. 
 | 
void | 
setErrMessage(String ErrMessage)
Set HarvestJob error message. 
 | 
void | 
setID(String ID)
Set HarvestJob ID, a globally unique identifier. 
 | 
void | 
setManifest(String Manifest)
Set The file name of the recording file stored in COS. 
 | 
void | 
setRegion(String Region)
Set The region corresponding to the harvest job. 
 | 
void | 
setStartTime(String StartTime)
Set HarvestJob start time. 
 | 
void | 
setStatus(String Status)
Set The task status is divided into running: Running, execution completed: Completed, and execution failure: Failed. 
 | 
void | 
setTimeFormat(String TimeFormat)
Set Time format, supports the following types: 1. 
 | 
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 HarvestJobResp()
public HarvestJobResp(HarvestJobResp source)
public String getID()
public void setID(String ID)
ID - HarvestJob ID, a globally unique identifier.public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - The associated channel name.public String getEndpointName()
public void setEndpointName(String EndpointName)
EndpointName - The associated endpoint name.public String getTimeFormat()
public void setTimeFormat(String TimeFormat)
TimeFormat - Time format, supports the following types: 1. Epoch seconds 2. ISO-8601public String getStartTime()
public void setStartTime(String StartTime)
StartTime - HarvestJob start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - HarvestJob end time.public String getDestination()
public void setDestination(String Destination)
Destination - The path where the recording file is stored in COS.public String getManifest()
public void setManifest(String Manifest)
Manifest - The file name of the recording file stored in COS.public String getStatus()
public void setStatus(String Status)
Status - The task status is divided into running: Running, execution completed: Completed, and execution failure: Failed.public String getErrMessage()
public void setErrMessage(String ErrMessage)
ErrMessage - HarvestJob error message.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - HarvestJob creation time, timestamp in seconds.public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - The associated ChannelID.public String getRegion()
public void setRegion(String Region)
Region - The region corresponding to the harvest job.Copyright © 2025. All rights reserved.