public class ProductInstanceRecource extends AbstractModel
Constructor and Description |
---|
ProductInstanceRecource() |
ProductInstanceRecource(ProductInstanceRecource 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 |
getAmount()
Get 资源包额度。
视频存储资源包,单位为字节。
视频转码资源包,单位为秒。
视频智能识别资源包,单位为秒。
视频极速高清资源包,单位为秒。
视频加速资源包,单位为字节。
|
Long |
getLeft()
Get 资源包余量。
视频存储资源包,单位为字节。
视频转码资源包,单位为秒。
视频智能识别资源包,单位为秒。
视频极速高清资源包,单位为秒。
视频加速资源包,单位为字节。
|
String |
getResourceType()
Get 资源类型。
Storage:存储资源包。
Traffic:流量资源包。
Transcode:普通转码资源包。
TESHD:极速高清转码资源包。
Review:视频智能识别转码资源包。
|
void |
setAmount(Long Amount)
Set 资源包额度。
视频存储资源包,单位为字节。
视频转码资源包,单位为秒。
视频智能识别资源包,单位为秒。
视频极速高清资源包,单位为秒。
视频加速资源包,单位为字节。
|
void |
setLeft(Long Left)
Set 资源包余量。
视频存储资源包,单位为字节。
视频转码资源包,单位为秒。
视频智能识别资源包,单位为秒。
视频极速高清资源包,单位为秒。
视频加速资源包,单位为字节。
|
void |
setResourceType(String ResourceType)
Set 资源类型。
Storage:存储资源包。
Traffic:流量资源包。
Transcode:普通转码资源包。
TESHD:极速高清转码资源包。
Review:视频智能识别转码资源包。
|
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 ProductInstanceRecource()
public ProductInstanceRecource(ProductInstanceRecource source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源类型。
public Long getAmount()
public void setAmount(Long Amount)
Amount
- 资源包额度。
public Long getLeft()
public void setLeft(Long Left)
Left
- 资源包余量。
Copyright © 2022. All rights reserved.