
com.alipay.api.domain.SsdataDataserviceRiskDigitalidentityQueryModel 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-07-26 14:39:01
*/
public class SsdataDataserviceRiskDigitalidentityQueryModel extends AlipayObject {
private static final long serialVersionUID = 1576655377322426972L;
/**
* 服务端生成的设备码(由我方提供的sdk生成)
*/
@ApiField("device_code")
private String deviceCode;
public String getDeviceCode() {
return this.deviceCode;
}
public void setDeviceCode(String deviceCode) {
this.deviceCode = deviceCode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy