public class TaskDurationInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskDurationInfo() |
TaskDurationInfo(TaskDurationInfo 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 |
getDuration()
Get 拉流转推任务的时长,单位为分钟
|
String |
getTime()
Get 拉流转推任务的时间点
|
void |
setDuration(Long Duration)
Set 拉流转推任务的时长,单位为分钟
|
void |
setTime(String Time)
Set 拉流转推任务的时间点
|
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, toJsonString
public TaskDurationInfo()
public TaskDurationInfo(TaskDurationInfo source)
public String getTime()
public void setTime(String Time)
Time
- 拉流转推任务的时间点public Long getDuration()
public void setDuration(Long Duration)
Duration
- 拉流转推任务的时长,单位为分钟Copyright © 2024. All rights reserved.