
com.alipay.api.domain.AlipaySocialBaseChatGroupsQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 支付宝社交查询加入的群列表
*
* @author auto create
* @since 1.0, 2017-08-15 15:05:48
*/
public class AlipaySocialBaseChatGroupsQueryModel extends AlipayObject {
private static final long serialVersionUID = 4141282385877763452L;
/**
* 上次接口返回的key,初始传0
*/
@ApiField("last_key")
private Long lastKey;
public Long getLastKey() {
return this.lastKey;
}
public void setLastKey(Long lastKey) {
this.lastKey = lastKey;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy