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

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

There is a newer version: 2.1.88
Show newest version
// 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 {
    /**
     * example:
     * 

manager123

*/ @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 - 2025 Weber Informatics LLC | Privacy Policy