public class GetActiveDeviceCountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetActiveDeviceCountRequest() | 
| GetActiveDeviceCountRequest(GetActiveDeviceCountRequest 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 | getDevGroup()Get 设备组, 不传查询全部 | 
| Long | getEndTime()Get 结束时间。单位秒 | 
| Long | getLicenseType()Get license类型, 不传查询全部, 1: 租户月付,2:厂商月付,3:永久授权 | 
| Long | getPeriod()Get 查询粒度。0:day, 1:week, 2:month, 不传默认为day | 
| Long | getStartTime()Get 开始时间。单位秒 | 
| void | setDevGroup(String DevGroup)Set 设备组, 不传查询全部 | 
| void | setEndTime(Long EndTime)Set 结束时间。单位秒 | 
| void | setLicenseType(Long LicenseType)Set license类型, 不传查询全部, 1: 租户月付,2:厂商月付,3:永久授权 | 
| void | setPeriod(Long Period)Set 查询粒度。0:day, 1:week, 2:month, 不传默认为day | 
| void | setStartTime(Long 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 GetActiveDeviceCountRequest()
public GetActiveDeviceCountRequest(GetActiveDeviceCountRequest source)
public Long getPeriod()
public void setPeriod(Long Period)
Period - 查询粒度。0:day, 1:week, 2:month, 不传默认为daypublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间。单位秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间。单位秒public String getDevGroup()
public void setDevGroup(String DevGroup)
DevGroup - 设备组, 不传查询全部public Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType - license类型, 不传查询全部, 1: 租户月付,2:厂商月付,3:永久授权Copyright © 2025. All rights reserved.