public class GetActiveDeviceCountResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetActiveDeviceCountResponse() | 
| GetActiveDeviceCountResponse(GetActiveDeviceCountResponse 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 | 
|---|---|
| ActiveDeviceList[] | getActiveDeviceList()Get 激活设备统计 | 
| String | getAppId()Get 租户ID | 
| String | getDevGroup()Get 设备组 | 
| String | getEndTime()Get 结束时间 | 
| String | getLicenseType()Get license类型, 不传查询全部, 1: 租户月付,2:厂商月付,3:永久授权 | 
| Long | getPeriod()Get 查询粒度,0:day, 1:week, 2:month, 不传默认为day | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String | getStartTime()Get 开始时间 | 
| void | setActiveDeviceList(ActiveDeviceList[] ActiveDeviceList)Set 激活设备统计 | 
| void | setAppId(String AppId)Set 租户ID | 
| void | setDevGroup(String DevGroup)Set 设备组 | 
| void | setEndTime(String EndTime)Set 结束时间 | 
| void | setLicenseType(String LicenseType)Set license类型, 不传查询全部, 1: 租户月付,2:厂商月付,3:永久授权 | 
| void | setPeriod(Long Period)Set 查询粒度,0:day, 1:week, 2:month, 不传默认为day | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setStartTime(String StartTime)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 GetActiveDeviceCountResponse()
public GetActiveDeviceCountResponse(GetActiveDeviceCountResponse source)
public ActiveDeviceList[] getActiveDeviceList()
public void setActiveDeviceList(ActiveDeviceList[] ActiveDeviceList)
ActiveDeviceList - 激活设备统计public Long getPeriod()
public void setPeriod(Long Period)
Period - 查询粒度,0:day, 1:week, 2:month, 不传默认为daypublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 结束时间public String getDevGroup()
public void setDevGroup(String DevGroup)
DevGroup - 设备组public String getLicenseType()
public void setLicenseType(String LicenseType)
LicenseType - license类型, 不传查询全部, 1: 租户月付,2:厂商月付,3:永久授权public String getAppId()
public void setAppId(String AppId)
AppId - 租户IDpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.