
com.aliyun.dingtalkokr_1_0.models.DeleteObjectiveRequest Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkokr_1_0.models;
import com.aliyun.tea.*;
public class DeleteObjectiveRequest extends TeaModel {
/**
* This parameter is required.
*
* example:
* 06186238011033616
*/
@NameInMap("userId")
public String userId;
public static DeleteObjectiveRequest build(java.util.Map map) throws Exception {
DeleteObjectiveRequest self = new DeleteObjectiveRequest();
return TeaModel.build(map, self);
}
public DeleteObjectiveRequest setUserId(String userId) {
this.userId = userId;
return this;
}
public String getUserId() {
return this.userId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy