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

com.aliyun.dataphin_public20230630.models.GetDataDomainInfoRequest Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dataphin_public20230630.models;

import com.aliyun.tea.*;

public class GetDataDomainInfoRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

1241844456

*/ @NameInMap("Id") public Long id; /** *

This parameter is required.

* * example: *

30001011

*/ @NameInMap("OpTenantId") public Long opTenantId; public static GetDataDomainInfoRequest build(java.util.Map map) throws Exception { GetDataDomainInfoRequest self = new GetDataDomainInfoRequest(); return TeaModel.build(map, self); } public GetDataDomainInfoRequest setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetDataDomainInfoRequest setOpTenantId(Long opTenantId) { this.opTenantId = opTenantId; return this; } public Long getOpTenantId() { return this.opTenantId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy