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

com.aliyun.dataphin_public20230630.models.GetMyTenantsRequest 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 GetMyTenantsRequest extends TeaModel {
    @NameInMap("FeatureCodeList")
    public java.util.List featureCodeList;

    /**
     * 

This parameter is required.

* * example: *

30001011

*/ @NameInMap("OpTenantId") public Long opTenantId; public static GetMyTenantsRequest build(java.util.Map map) throws Exception { GetMyTenantsRequest self = new GetMyTenantsRequest(); return TeaModel.build(map, self); } public GetMyTenantsRequest setFeatureCodeList(java.util.List featureCodeList) { this.featureCodeList = featureCodeList; return this; } public java.util.List getFeatureCodeList() { return this.featureCodeList; } public GetMyTenantsRequest setOpTenantId(Long opTenantId) { this.opTenantId = opTenantId; return this; } public Long getOpTenantId() { return this.opTenantId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy