public static class GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
example:
小张
|
String |
statDate
example:
20220501
|
Long |
stayTimeLenApp1d
example:
1000
|
Long |
stayTimeLenPc1d
example:
2000
|
String |
userId
example:
123***
|
| 构造器和说明 |
|---|
GetUserStayLengthResponseBodyItemList() |
@NameInMap(value="name") public String name
小张
@NameInMap(value="statDate") public String statDate
20220501
@NameInMap(value="stayTimeLenApp1d") public Long stayTimeLenApp1d
1000
@NameInMap(value="stayTimeLenPc1d") public Long stayTimeLenPc1d
2000
@NameInMap(value="userId") public String userId
123***
public static GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList build(Map<String,?> map) throws Exception
Exceptionpublic GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList setName(String name)
public String getName()
public GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList setStatDate(String statDate)
public String getStatDate()
public GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList setStayTimeLenApp1d(Long stayTimeLenApp1d)
public Long getStayTimeLenApp1d()
public GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList setStayTimeLenPc1d(Long stayTimeLenPc1d)
public Long getStayTimeLenPc1d()
public GetUserStayLengthResponseBody.GetUserStayLengthResponseBodyItemList setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.