public class TWeCallLicenseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TWeCallLicenseInfo() |
TWeCallLicenseInfo(TWeCallLicenseInfo 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 |
getTotalNum()
Get 总数
|
String |
getTWeCallType()
Get voip类型
|
Long |
getUsedNum()
Get 已使用
|
void |
setTotalNum(Long TotalNum)
Set 总数
|
void |
setTWeCallType(String TWeCallType)
Set voip类型
|
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 TWeCallLicenseInfo()
public TWeCallLicenseInfo(TWeCallLicenseInfo source)
public String getTWeCallType()
public void setTWeCallType(String TWeCallType)
TWeCallType
- voip类型public Long getTotalNum()
public void setTotalNum(Long TotalNum)
TotalNum
- 总数public Long getUsedNum()
public void setUsedNum(Long UsedNum)
UsedNum
- 已使用Copyright © 2025. All rights reserved.