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

com.aliyun.dingtalkhrm_1_0.models.AddHrmPreentryResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class AddHrmPreentryResponseBody extends TeaModel {
    // result
    @NameInMap("tmpUserId")
    public String tmpUserId;

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

    public AddHrmPreentryResponseBody setTmpUserId(String tmpUserId) {
        this.tmpUserId = tmpUserId;
        return this;
    }
    public String getTmpUserId() {
        return this.tmpUserId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy