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

com.aliyun.dingtalkats_1_0.models.AddApplicationRegFormTemplateRequest 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.dingtalkats_1_0.models;

import com.aliyun.tea.*;

public class AddApplicationRegFormTemplateRequest extends TeaModel {
    /**
     * example:
     * 

ddats

*/ @NameInMap("bizCode") public String bizCode; /** *

This parameter is required.

* * example: *

{"key":"value"}

*/ @NameInMap("content") public String content; /** *

This parameter is required.

* * example: *

应聘登记表

*/ @NameInMap("name") public String name; /** * example: *

xxx

*/ @NameInMap("outerId") public String outerId; /** *

This parameter is required.

* * example: *

xxx

*/ @NameInMap("opUserId") public String opUserId; public static AddApplicationRegFormTemplateRequest build(java.util.Map map) throws Exception { AddApplicationRegFormTemplateRequest self = new AddApplicationRegFormTemplateRequest(); return TeaModel.build(map, self); } public AddApplicationRegFormTemplateRequest setBizCode(String bizCode) { this.bizCode = bizCode; return this; } public String getBizCode() { return this.bizCode; } public AddApplicationRegFormTemplateRequest setContent(String content) { this.content = content; return this; } public String getContent() { return this.content; } public AddApplicationRegFormTemplateRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public AddApplicationRegFormTemplateRequest setOuterId(String outerId) { this.outerId = outerId; return this; } public String getOuterId() { return this.outerId; } public AddApplicationRegFormTemplateRequest setOpUserId(String opUserId) { this.opUserId = opUserId; return this; } public String getOpUserId() { return this.opUserId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy