Class DescribeUserActivityInfoResponse


  • public class DescribeUserActivityInfoResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeUserActivityInfoResponse

        public DescribeUserActivityInfoResponse()
      • DescribeUserActivityInfoResponse

        public 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.
    • Method Detail

      • getTag

        public String getTag()
        Get 自定义标记,1元钱裂变需求中即代指`团id`
        Returns:
        Tag 自定义标记,1元钱裂变需求中即代指`团id`
      • setTag

        public void setTag​(String Tag)
        Set 自定义标记,1元钱裂变需求中即代指`团id`
        Parameters:
        Tag - 自定义标记,1元钱裂变需求中即代指`团id`
      • getNotes

        public String getNotes()
        Get 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接
        Returns:
        Notes 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接
      • setNotes

        public void setNotes​(String Notes)
        Set 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接
        Parameters:
        Notes - 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接
      • getActivityTimeLeft

        public Long getActivityTimeLeft()
        Get 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数
        Returns:
        ActivityTimeLeft 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数
      • setActivityTimeLeft

        public void setActivityTimeLeft​(Long ActivityTimeLeft)
        Set 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数
        Parameters:
        ActivityTimeLeft - 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数
      • getGroupTimeLeft

        public Long getGroupTimeLeft()
        Get 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
        Returns:
        GroupTimeLeft 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
      • setGroupTimeLeft

        public void setGroupTimeLeft​(Long GroupTimeLeft)
        Set 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
        Parameters:
        GroupTimeLeft - 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
      • getNickNameList

        public String getNickNameList()
        Get 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NickNameList 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应 注意:此字段可能返回 null,表示取不到有效值。
      • setNickNameList

        public void setNickNameList​(String NickNameList)
        Set 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NickNameList - 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。