public class GetDeviceSumStatisticsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetDeviceSumStatisticsResponse() |
GetDeviceSumStatisticsResponse(GetDeviceSumStatisticsResponse 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 |
getActivationBeforeDay()
Get 前一天激活设备数
|
Long |
getActivationBeforeWeekDayCount()
Get 上一周激活设备数
|
Long |
getActivationCount()
Get 激活设备总数
|
Long |
getActivationWeekDayCount()
Get 前一周激活设备数
|
Long |
getActiveBeforeDay()
Get 前一天活跃设备数
|
Long |
getActiveBeforeWeekDayCount()
Get 上一周活跃设备数
|
Long |
getActiveWeekDayCount()
Get 前一周活跃设备数
|
Long |
getOnlineCount()
Get 在线设备总数
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setActivationBeforeDay(Long ActivationBeforeDay)
Set 前一天激活设备数
|
void |
setActivationBeforeWeekDayCount(Long ActivationBeforeWeekDayCount)
Set 上一周激活设备数
|
void |
setActivationCount(Long ActivationCount)
Set 激活设备总数
|
void |
setActivationWeekDayCount(Long ActivationWeekDayCount)
Set 前一周激活设备数
|
void |
setActiveBeforeDay(Long ActiveBeforeDay)
Set 前一天活跃设备数
|
void |
setActiveBeforeWeekDayCount(Long ActiveBeforeWeekDayCount)
Set 上一周活跃设备数
|
void |
setActiveWeekDayCount(Long ActiveWeekDayCount)
Set 前一周活跃设备数
|
void |
setOnlineCount(Long OnlineCount)
Set 在线设备总数
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
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 GetDeviceSumStatisticsResponse()
public GetDeviceSumStatisticsResponse(GetDeviceSumStatisticsResponse source)
public Long getActivationCount()
public void setActivationCount(Long ActivationCount)
ActivationCount
- 激活设备总数public Long getOnlineCount()
public void setOnlineCount(Long OnlineCount)
OnlineCount
- 在线设备总数public Long getActivationBeforeDay()
public void setActivationBeforeDay(Long ActivationBeforeDay)
ActivationBeforeDay
- 前一天激活设备数public Long getActiveBeforeDay()
public void setActiveBeforeDay(Long ActiveBeforeDay)
ActiveBeforeDay
- 前一天活跃设备数public Long getActivationWeekDayCount()
public void setActivationWeekDayCount(Long ActivationWeekDayCount)
ActivationWeekDayCount
- 前一周激活设备数public Long getActiveWeekDayCount()
public void setActiveWeekDayCount(Long ActiveWeekDayCount)
ActiveWeekDayCount
- 前一周活跃设备数public Long getActivationBeforeWeekDayCount()
public void setActivationBeforeWeekDayCount(Long ActivationBeforeWeekDayCount)
ActivationBeforeWeekDayCount
- 上一周激活设备数public Long getActiveBeforeWeekDayCount()
public void setActiveBeforeWeekDayCount(Long ActiveBeforeWeekDayCount)
ActiveBeforeWeekDayCount
- 上一周活跃设备数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.