public class RecordReplayProjectInput extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getMaterialClassPath()
Get 录制文件存储分类路径。
|
Entity |
getMaterialOwner()
Get 录制文件归属者。
|
String |
getPullStreamUrl()
Get 录制拉流地址。
|
String |
getPushStreamUrl()
Get 回放推流地址。
|
void |
setMaterialClassPath(String MaterialClassPath)
Set 录制文件存储分类路径。
|
void |
setMaterialOwner(Entity MaterialOwner)
Set 录制文件归属者。
|
void |
setPullStreamUrl(String PullStreamUrl)
Set 录制拉流地址。
|
void |
setPushStreamUrl(String PushStreamUrl)
Set 回放推流地址。
|
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 RecordReplayProjectInput()
public RecordReplayProjectInput(RecordReplayProjectInput source)
public String getPullStreamUrl()
public void setPullStreamUrl(String PullStreamUrl)
PullStreamUrl
- 录制拉流地址。public Entity getMaterialOwner()
public void setMaterialOwner(Entity MaterialOwner)
MaterialOwner
- 录制文件归属者。public String getMaterialClassPath()
public void setMaterialClassPath(String MaterialClassPath)
MaterialClassPath
- 录制文件存储分类路径。public String getPushStreamUrl()
public void setPushStreamUrl(String PushStreamUrl)
PushStreamUrl
- 回放推流地址。Copyright © 2022. All rights reserved.