All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasc.open.api.v5_1.res.user.GetAccountRecoveryRes Maven / Gradle / Ivy

The newest version!
package com.fasc.open.api.v5_1.res.user;

/**
 * @author zhoufucheng
 * @date 2023/9/25 13:34
 */
public class GetAccountRecoveryRes {
    private String accountRecoveryUrl;

    public String getAccountRecoveryUrl() {
        return accountRecoveryUrl;
    }

    public void setAccountRecoveryUrl(String accountRecoveryUrl) {
        this.accountRecoveryUrl = accountRecoveryUrl;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy