public class LiveEnhanceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LiveEnhanceInfo() | 
| LiveEnhanceInfo(LiveEnhanceInfo 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 | getDomain()Get 域名。 | 
| Long | getDuration()Get 计费时长,单位分钟。 | 
| String | getFps()Get 帧率。 | 
| String | getResolution()Get 分辨率。 | 
| String | getTime()Get 时间。 | 
| String | getType()Get 增强服务类型。 | 
| void | setDomain(String Domain)Set 域名。 | 
| void | setDuration(Long Duration)Set 计费时长,单位分钟。 | 
| void | setFps(String Fps)Set 帧率。 | 
| void | setResolution(String Resolution)Set 分辨率。 | 
| void | setTime(String Time)Set 时间。 | 
| void | setType(String Type)Set 增强服务类型。 | 
| 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 LiveEnhanceInfo()
public LiveEnhanceInfo(LiveEnhanceInfo source)
public String getDomain()
public void setDomain(String Domain)
Domain - 域名。public String getTime()
public void setTime(String Time)
Time - 时间。public Long getDuration()
public void setDuration(Long Duration)
Duration - 计费时长,单位分钟。public String getFps()
public void setFps(String Fps)
Fps - 帧率。public String getResolution()
public void setResolution(String Resolution)
Resolution - 分辨率。public String getType()
public void setType(String Type)
Type - 增强服务类型。Copyright © 2025. All rights reserved.