
com.alipay.api.domain.AlipaySecurityDataInfoMobilecityQueryModel 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-01-03 17:38:43
*/
public class AlipaySecurityDataInfoMobilecityQueryModel extends AlipayObject {
private static final long serialVersionUID = 8163459832365366971L;
/**
* 电话号码
*/
@ApiField("phone")
private String phone;
public String getPhone() {
return this.phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy