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

com.aliyun.agency20221216.models.GetCreditInfoRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetCreditInfoRequest extends TeaModel {
    @NameInMap("Uid")
    public Long uid;

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

    public GetCreditInfoRequest setUid(Long uid) {
        this.uid = uid;
        return this;
    }
    public Long getUid() {
        return this.uid;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy