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

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

There is a newer version: 2.1.67
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 UpdateHrmVersionRollBackStatusRequest extends TeaModel {
    /**
     * example:
     * 

show

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

1231231232

*/ @NameInMap("optUserId") public String optUserId; public static UpdateHrmVersionRollBackStatusRequest build(java.util.Map map) throws Exception { UpdateHrmVersionRollBackStatusRequest self = new UpdateHrmVersionRollBackStatusRequest(); return TeaModel.build(map, self); } public UpdateHrmVersionRollBackStatusRequest setConfigValue(String configValue) { this.configValue = configValue; return this; } public String getConfigValue() { return this.configValue; } public UpdateHrmVersionRollBackStatusRequest setOptUserId(String optUserId) { this.optUserId = optUserId; return this; } public String getOptUserId() { return this.optUserId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy