public class ResolutionNameInfo extends AbstractModel
Constructor and Description |
---|
ResolutionNameInfo() |
ResolutionNameInfo(ResolutionNameInfo 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 |
---|---|
Long |
getMinEdgeLength()
Get 视频短边长度,单位:像素。
|
String |
getName()
Get 展示名字。
|
void |
setMinEdgeLength(Long MinEdgeLength)
Set 视频短边长度,单位:像素。
|
void |
setName(String Name)
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 ResolutionNameInfo()
public ResolutionNameInfo(ResolutionNameInfo source)
public Long getMinEdgeLength()
public void setMinEdgeLength(Long MinEdgeLength)
MinEdgeLength
- 视频短边长度,单位:像素。public String getName()
public void setName(String Name)
Name
- 展示名字。Copyright © 2021. All rights reserved.