Class TimeShiftStreamInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.TimeShiftStreamInfo
-
public class TimeShiftStreamInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TimeShiftStreamInfo()TimeShiftStreamInfo(TimeShiftStreamInfo 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 StringgetAppName()Get 推流路径。StringgetDomain()Get 推流域名。StringgetDomainGroup()Get 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。LonggetDuration()Get 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。LonggetEndTime()Get 截止查询时流结束时间,Unix 时间戳。LonggetStartTime()Get 流起始时间,Unix 时间戳。StringgetStreamName()Get 流名称。LonggetStreamType()Get 流类型,取值0为原始流,1为水印流,2为转码流。LonggetTransCodeId()Get 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetAppName(String AppName)Set 推流路径。voidsetDomain(String Domain)Set 推流域名。voidsetDomainGroup(String DomainGroup)Set 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。voidsetDuration(Long Duration)Set 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。voidsetEndTime(Long EndTime)Set 截止查询时流结束时间,Unix 时间戳。voidsetStartTime(Long StartTime)Set 流起始时间,Unix 时间戳。voidsetStreamName(String StreamName)Set 流名称。voidsetStreamType(Long StreamType)Set 流类型,取值0为原始流,1为水印流,2为转码流。voidsetTransCodeId(Long TransCodeId)Set 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。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
-
TimeShiftStreamInfo
public TimeShiftStreamInfo()
-
TimeShiftStreamInfo
public TimeShiftStreamInfo(TimeShiftStreamInfo 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
-
getDomainGroup
public String getDomainGroup()
Get 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DomainGroup 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。
-
setDomainGroup
public void setDomainGroup(String DomainGroup)
Set 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DomainGroup- 推流域名所属组。 注意:此字段可能返回 null,表示取不到有效值。
-
getDomain
public String getDomain()
Get 推流域名。- Returns:
- Domain 推流域名。
-
setDomain
public void setDomain(String Domain)
Set 推流域名。- Parameters:
Domain- 推流域名。
-
getAppName
public String getAppName()
Get 推流路径。- Returns:
- AppName 推流路径。
-
setAppName
public void setAppName(String AppName)
Set 推流路径。- Parameters:
AppName- 推流路径。
-
getStreamName
public String getStreamName()
Get 流名称。- Returns:
- StreamName 流名称。
-
setStreamName
public void setStreamName(String StreamName)
Set 流名称。- Parameters:
StreamName- 流名称。
-
getStartTime
public Long getStartTime()
Get 流起始时间,Unix 时间戳。- Returns:
- StartTime 流起始时间,Unix 时间戳。
-
setStartTime
public void setStartTime(Long StartTime)
Set 流起始时间,Unix 时间戳。- Parameters:
StartTime- 流起始时间,Unix 时间戳。
-
getEndTime
public Long getEndTime()
Get 截止查询时流结束时间,Unix 时间戳。- Returns:
- EndTime 截止查询时流结束时间,Unix 时间戳。
-
setEndTime
public void setEndTime(Long EndTime)
Set 截止查询时流结束时间,Unix 时间戳。- Parameters:
EndTime- 截止查询时流结束时间,Unix 时间戳。
-
getTransCodeId
public Long getTransCodeId()
Get 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TransCodeId 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setTransCodeId
public void setTransCodeId(Long TransCodeId)
Set 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TransCodeId- 转码模板ID。 注意:此字段可能返回 null,表示取不到有效值。
-
getStreamType
public Long getStreamType()
Get 流类型,取值0为原始流,1为水印流,2为转码流。- Returns:
- StreamType 流类型,取值0为原始流,1为水印流,2为转码流。
-
setStreamType
public void setStreamType(Long StreamType)
Set 流类型,取值0为原始流,1为水印流,2为转码流。- Parameters:
StreamType- 流类型,取值0为原始流,1为水印流,2为转码流。
-
getDuration
public Long getDuration()
Get 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration- 时移数据存储时长,单位秒。 注意:此字段可能返回 null,表示取不到有效值。
-
-