public class DeviceActivationDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceActivationDetail() |
DeviceActivationDetail(DeviceActivationDetail 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 |
getTotalBluetoothLicense()
Get 蓝牙授权数
|
Long |
getTotalDeviceNum()
Get 可注册设备数
|
Long |
getTotalNormalLicense()
Get 设备授权数
|
Long |
getUsedBluetoothLicense()
Get 已使用蓝牙授权数
|
Long |
getUsedDeviceNum()
Get 已注册设备数
|
Long |
getUsedNormalLicense()
Get 已使用设备授权数
|
void |
setTotalBluetoothLicense(Long TotalBluetoothLicense)
Set 蓝牙授权数
|
void |
setTotalDeviceNum(Long TotalDeviceNum)
Set 可注册设备数
|
void |
setTotalNormalLicense(Long TotalNormalLicense)
Set 设备授权数
|
void |
setUsedBluetoothLicense(Long UsedBluetoothLicense)
Set 已使用蓝牙授权数
|
void |
setUsedDeviceNum(Long UsedDeviceNum)
Set 已注册设备数
|
void |
setUsedNormalLicense(Long UsedNormalLicense)
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 DeviceActivationDetail()
public DeviceActivationDetail(DeviceActivationDetail source)
public Long getTotalDeviceNum()
public void setTotalDeviceNum(Long TotalDeviceNum)
TotalDeviceNum
- 可注册设备数public Long getUsedDeviceNum()
public void setUsedDeviceNum(Long UsedDeviceNum)
UsedDeviceNum
- 已注册设备数public Long getTotalNormalLicense()
public void setTotalNormalLicense(Long TotalNormalLicense)
TotalNormalLicense
- 设备授权数public Long getUsedNormalLicense()
public void setUsedNormalLicense(Long UsedNormalLicense)
UsedNormalLicense
- 已使用设备授权数public Long getTotalBluetoothLicense()
public void setTotalBluetoothLicense(Long TotalBluetoothLicense)
TotalBluetoothLicense
- 蓝牙授权数public Long getUsedBluetoothLicense()
public void setUsedBluetoothLicense(Long UsedBluetoothLicense)
UsedBluetoothLicense
- 已使用蓝牙授权数Copyright © 2025. All rights reserved.