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

com.aliyun.dingtalkcontact_1_0.models.DelOrgAccUserOwnnessRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DelOrgAccUserOwnnessRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

2

*/ @NameInMap("ownenssType") public Long ownenssType; /** *

This parameter is required.

* * example: *

123456

*/ @NameInMap("ownnessId") public Long ownnessId; /** *

This parameter is required.

* * example: *

123

*/ @NameInMap("userId") public String userId; public static DelOrgAccUserOwnnessRequest build(java.util.Map map) throws Exception { DelOrgAccUserOwnnessRequest self = new DelOrgAccUserOwnnessRequest(); return TeaModel.build(map, self); } public DelOrgAccUserOwnnessRequest setOwnenssType(Long ownenssType) { this.ownenssType = ownenssType; return this; } public Long getOwnenssType() { return this.ownenssType; } public DelOrgAccUserOwnnessRequest setOwnnessId(Long ownnessId) { this.ownnessId = ownnessId; return this; } public Long getOwnnessId() { return this.ownnessId; } public DelOrgAccUserOwnnessRequest setUserId(String userId) { this.userId = userId; return this; } public String getUserId() { return this.userId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy