public class LicenseServiceNumInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LicenseServiceNumInfo() |
LicenseServiceNumInfo(LicenseServiceNumInfo 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 |
getLicenseType()
Get 服务类型
|
Long |
getTotalNum()
Get 授权总数
|
TWeCallLicenseInfo[] |
getTWeCallLicense()
Get TWeCall激活码
|
Long |
getUsedNum()
Get 已使用授权数
|
void |
setLicenseType(String LicenseType)
Set 服务类型
|
void |
setTotalNum(Long TotalNum)
Set 授权总数
|
void |
setTWeCallLicense(TWeCallLicenseInfo[] TWeCallLicense)
Set TWeCall激活码
|
void |
setUsedNum(Long UsedNum)
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, toJsonString
public LicenseServiceNumInfo()
public LicenseServiceNumInfo(LicenseServiceNumInfo source)
public String getLicenseType()
public void setLicenseType(String LicenseType)
LicenseType
- 服务类型public Long getTotalNum()
public void setTotalNum(Long TotalNum)
TotalNum
- 授权总数public Long getUsedNum()
public void setUsedNum(Long UsedNum)
UsedNum
- 已使用授权数public TWeCallLicenseInfo[] getTWeCallLicense()
public void setTWeCallLicense(TWeCallLicenseInfo[] TWeCallLicense)
TWeCallLicense
- TWeCall激活码Copyright © 2025. All rights reserved.