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

com.aliyun.ccp.ccpclient.models.MobileCheckExistResponse Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ccpclient.models;

import com.aliyun.tea.*;

/**
 * 
 */
public class MobileCheckExistResponse extends TeaModel {
    @NameInMap("is_exist")
    @Validation(required = true)
    public Boolean isExist;

    @NameInMap("phone_number")
    @Validation(required = true)
    public String phoneNumber;

    public static MobileCheckExistResponse build(java.util.Map map) throws Exception {
        MobileCheckExistResponse self = new MobileCheckExistResponse();
        return TeaModel.build(map, self);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy