Class RecordReplayProjectInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.RecordReplayProjectInput
-
public class RecordReplayProjectInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecordReplayProjectInput()RecordReplayProjectInput(RecordReplayProjectInput 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 StringgetMaterialClassPath()Get 录制文件存储分类路径。EntitygetMaterialOwner()Get 录制文件归属者。StringgetPullStreamUrl()Get 录制拉流地址。StringgetPushStreamUrl()Get 回放推流地址。voidsetMaterialClassPath(String MaterialClassPath)Set 录制文件存储分类路径。voidsetMaterialOwner(Entity MaterialOwner)Set 录制文件归属者。voidsetPullStreamUrl(String PullStreamUrl)Set 录制拉流地址。voidsetPushStreamUrl(String PushStreamUrl)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
-
RecordReplayProjectInput
public RecordReplayProjectInput()
-
RecordReplayProjectInput
public RecordReplayProjectInput(RecordReplayProjectInput 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
-
getPullStreamUrl
public String getPullStreamUrl()
Get 录制拉流地址。- Returns:
- PullStreamUrl 录制拉流地址。
-
setPullStreamUrl
public void setPullStreamUrl(String PullStreamUrl)
Set 录制拉流地址。- Parameters:
PullStreamUrl- 录制拉流地址。
-
getMaterialOwner
public Entity getMaterialOwner()
Get 录制文件归属者。- Returns:
- MaterialOwner 录制文件归属者。
-
setMaterialOwner
public void setMaterialOwner(Entity MaterialOwner)
Set 录制文件归属者。- Parameters:
MaterialOwner- 录制文件归属者。
-
getMaterialClassPath
public String getMaterialClassPath()
Get 录制文件存储分类路径。- Returns:
- MaterialClassPath 录制文件存储分类路径。
-
setMaterialClassPath
public void setMaterialClassPath(String MaterialClassPath)
Set 录制文件存储分类路径。- Parameters:
MaterialClassPath- 录制文件存储分类路径。
-
getPushStreamUrl
public String getPushStreamUrl()
Get 回放推流地址。- Returns:
- PushStreamUrl 回放推流地址。
-
setPushStreamUrl
public void setPushStreamUrl(String PushStreamUrl)
Set 回放推流地址。- Parameters:
PushStreamUrl- 回放推流地址。
-
-