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

com.aliyun.dingtalkresident_1_0.models.GetPropertyInfoRequest Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkresident_1_0.models;

import com.aliyun.tea.*;

public class GetPropertyInfoRequest extends TeaModel {
    // dingCropId
    @NameInMap("propertyCorpId")
    public String propertyCorpId;

    public static GetPropertyInfoRequest build(java.util.Map map) throws Exception {
        GetPropertyInfoRequest self = new GetPropertyInfoRequest();
        return TeaModel.build(map, self);
    }

    public GetPropertyInfoRequest setPropertyCorpId(String propertyCorpId) {
        this.propertyCorpId = propertyCorpId;
        return this;
    }
    public String getPropertyCorpId() {
        return this.propertyCorpId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy