public class CreateStreamPackageHarvestJobRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamPackageHarvestJobRequest() |
CreateStreamPackageHarvestJobRequest(CreateStreamPackageHarvestJobRequest 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 |
getChannelName()
Get The associated channel name.
|
String |
getDestination()
Get The path where the recording file is stored in Cos.
|
String |
getEndpointName()
Get The associated endpoint name.
|
String |
getEndTime()
Get Task end time supports two formats for TimeFormat input: 1.
|
String |
getID()
Get HarvestJob ID, a globally unique identifier.
|
String |
getManifest()
Get The file name of the recording file stored in Cos.
|
String |
getStartTime()
Get Task start time supports two formats for TimeFormat input: 1.
|
String |
getTimeFormat()
Get Time format, supports the following types: 1.
|
void |
setChannelName(String ChannelName)
Set The associated channel name.
|
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 Task end time supports two formats for TimeFormat input: 1.
|
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 |
setStartTime(String StartTime)
Set Task start time supports two formats for TimeFormat input: 1.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateStreamPackageHarvestJobRequest()
public CreateStreamPackageHarvestJobRequest(CreateStreamPackageHarvestJobRequest 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
- Task start time supports two formats for TimeFormat input: 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered. 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Task end time supports two formats for TimeFormat input: 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered. 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.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.Copyright © 2024. All rights reserved.