public class TimeShiftStreamInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Get The push path.
|
String |
getDomain()
Get The push domain.
|
String |
getDomainGroup()
Get The group the push domain belongs to.
|
Long |
getDuration()
Get The storage duration (seconds) of the recording.
|
Long |
getEndTime()
Get The stream end time (for streams that ended before the time of query), which is a Unix timestamp.
|
Long |
getStartTime()
Get The stream start time, which is a Unix timestamp.
|
String |
getStreamName()
Get The stream name.
|
Long |
getStreamType()
Get The stream type.
|
Long |
getTransCodeId()
Get The transcoding template ID.
|
void |
setAppName(String AppName)
Set The push path.
|
void |
setDomain(String Domain)
Set The push domain.
|
void |
setDomainGroup(String DomainGroup)
Set The group the push domain belongs to.
|
void |
setDuration(Long Duration)
Set The storage duration (seconds) of the recording.
|
void |
setEndTime(Long EndTime)
Set The stream end time (for streams that ended before the time of query), which is a Unix timestamp.
|
void |
setStartTime(Long StartTime)
Set The stream start time, which is a Unix timestamp.
|
void |
setStreamName(String StreamName)
Set The stream name.
|
void |
setStreamType(Long StreamType)
Set The stream type.
|
void |
setTransCodeId(Long TransCodeId)
Set The transcoding template ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TimeShiftStreamInfo()
public TimeShiftStreamInfo(TimeShiftStreamInfo source)
public String getDomainGroup()
public void setDomainGroup(String DomainGroup)
DomainGroup
- The group the push domain belongs to.
Note: This field may return null, indicating that no valid values can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain
- The push domain.public String getAppName()
public void setAppName(String AppName)
AppName
- The push path.public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- The stream name.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The stream start time, which is a Unix timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The stream end time (for streams that ended before the time of query), which is a Unix timestamp.public Long getTransCodeId()
public void setTransCodeId(Long TransCodeId)
TransCodeId
- The transcoding template ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getStreamType()
public void setStreamType(Long StreamType)
StreamType
- The stream type. `0`: The original stream; `1`: The watermarked stream; `2`: The transcoded stream.public Long getDuration()
public void setDuration(Long Duration)
Duration
- The storage duration (seconds) of the recording.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.