public class VideoLicenseEntity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VideoLicenseEntity() | 
| VideoLicenseEntity(VideoLicenseEntity 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 | getExpiresSoonCount()Get 即将过期的激活码数量 | 
| Long | getTotalCount()Get 有效激活码总数 | 
| String | getType()Get 激活码类型,取值范围如下:0_5_mbps、1_mbps、1_5_mbps、2_mbps | 
| Long | getUsedCount()Get 待使用的激活码数量 | 
| void | setExpiresSoonCount(Long ExpiresSoonCount)Set 即将过期的激活码数量 | 
| void | setTotalCount(Long TotalCount)Set 有效激活码总数 | 
| void | setType(String Type)Set 激活码类型,取值范围如下:0_5_mbps、1_mbps、1_5_mbps、2_mbps | 
| void | setUsedCount(Long UsedCount)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 VideoLicenseEntity()
public VideoLicenseEntity(VideoLicenseEntity source)
public String getType()
public void setType(String Type)
Type - 激活码类型,取值范围如下:0_5_mbps、1_mbps、1_5_mbps、2_mbpspublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 有效激活码总数public Long getUsedCount()
public void setUsedCount(Long UsedCount)
UsedCount - 待使用的激活码数量public Long getExpiresSoonCount()
public void setExpiresSoonCount(Long ExpiresSoonCount)
ExpiresSoonCount - 即将过期的激活码数量Copyright © 2025. All rights reserved.