Class TimeShiftBillData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.TimeShiftBillData
-
public class TimeShiftBillData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TimeShiftBillData()TimeShiftBillData(TimeShiftBillData 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()Get 推流域名。FloatgetDuration()Get 时移文件时长,单位分钟。FloatgetStoragePeriod()Get 时移配置天数,单位天。StringgetTime()Get 时间点,格式: yyyy-mm-ddTHH:MM:SSZ。FloatgetTotalDuration()Get 时移总时长,单位分钟。voidsetDomain(String Domain)Set 推流域名。voidsetDuration(Float Duration)Set 时移文件时长,单位分钟。voidsetStoragePeriod(Float StoragePeriod)Set 时移配置天数,单位天。voidsetTime(String Time)Set 时间点,格式: yyyy-mm-ddTHH:MM:SSZ。voidsetTotalDuration(Float TotalDuration)Set 时移总时长,单位分钟。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TimeShiftBillData
public TimeShiftBillData()
-
TimeShiftBillData
public TimeShiftBillData(TimeShiftBillData 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.
-
-
Method Detail
-
getDomain
public String getDomain()
Get 推流域名。- Returns:
- Domain 推流域名。
-
setDomain
public void setDomain(String Domain)
Set 推流域名。- Parameters:
Domain- 推流域名。
-
getDuration
public Float getDuration()
Get 时移文件时长,单位分钟。- Returns:
- Duration 时移文件时长,单位分钟。
-
setDuration
public void setDuration(Float Duration)
Set 时移文件时长,单位分钟。- Parameters:
Duration- 时移文件时长,单位分钟。
-
getStoragePeriod
public Float getStoragePeriod()
Get 时移配置天数,单位天。- Returns:
- StoragePeriod 时移配置天数,单位天。
-
setStoragePeriod
public void setStoragePeriod(Float StoragePeriod)
Set 时移配置天数,单位天。- Parameters:
StoragePeriod- 时移配置天数,单位天。
-
getTime
public String getTime()
Get 时间点,格式: yyyy-mm-ddTHH:MM:SSZ。- Returns:
- Time 时间点,格式: yyyy-mm-ddTHH:MM:SSZ。
-
setTime
public void setTime(String Time)
Set 时间点,格式: yyyy-mm-ddTHH:MM:SSZ。- Parameters:
Time- 时间点,格式: yyyy-mm-ddTHH:MM:SSZ。
-
getTotalDuration
public Float getTotalDuration()
Get 时移总时长,单位分钟。- Returns:
- TotalDuration 时移总时长,单位分钟。
-
setTotalDuration
public void setTotalDuration(Float TotalDuration)
Set 时移总时长,单位分钟。- Parameters:
TotalDuration- 时移总时长,单位分钟。
-
-