public class StreamUrlDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StreamUrlDetail() | 
| StreamUrlDetail(StreamUrlDetail 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 | getLabel()Get 会描述运营商信息等 | 
| String | getType()Get Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址 | 
| String | getUrl()Get URL | 
| void | setLabel(String Label)Set 会描述运营商信息等 | 
| void | setType(String Type)Set Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址 | 
| void | setUrl(String Url)Set URL | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StreamUrlDetail()
public StreamUrlDetail(StreamUrlDetail source)
public String getLabel()
public void setLabel(String Label)
Label - 会描述运营商信息等public String getUrl()
public void setUrl(String Url)
Url - URLpublic String getType()
public void setType(String Type)
Type - Playback: 拉流播放地址; RelayDestination:转推目的地址;SourceCaptureUrl:回源拉流地址;IngestEndpoint:推流地址Copyright © 2025. All rights reserved.