public class DescribeUserActivityInfoResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUserActivityInfoResponse() | 
| DescribeUserActivityInfoResponse(DescribeUserActivityInfoResponse 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 | getActivityTimeLeft()Get 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数 | 
| Long | getGroupTimeLeft()Get 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数 | 
| String | getNickNameList()Get 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应 | 
| String | getNotes()Get 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String | getTag()Get 自定义标记,1元钱裂变需求中即代指`团id` | 
| void | setActivityTimeLeft(Long ActivityTimeLeft)Set 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数 | 
| void | setGroupTimeLeft(Long GroupTimeLeft)Set 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数 | 
| void | setNickNameList(String NickNameList)Set 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应 | 
| void | setNotes(String Notes)Set 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setTag(String Tag)Set 自定义标记,1元钱裂变需求中即代指`团id` | 
| 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 DescribeUserActivityInfoResponse()
public DescribeUserActivityInfoResponse(DescribeUserActivityInfoResponse source)
public String getTag()
public void setTag(String Tag)
Tag - 自定义标记,1元钱裂变需求中即代指`团id`public String getNotes()
public void setNotes(String Notes)
Notes - 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接public Long getActivityTimeLeft()
public void setActivityTimeLeft(Long ActivityTimeLeft)
ActivityTimeLeft - 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数public Long getGroupTimeLeft()
public void setGroupTimeLeft(Long GroupTimeLeft)
GroupTimeLeft - 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数public String getNickNameList()
public void setNickNameList(String NickNameList)
NickNameList - 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.