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

com.aliyun.dingtalkim_2_0.models.UserIdPrivateDataMapValue Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class UserIdPrivateDataMapValue extends TeaModel {
    @NameInMap("cardParamMap")
    public java.util.Map cardParamMap;

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

    public UserIdPrivateDataMapValue setCardParamMap(java.util.Map cardParamMap) {
        this.cardParamMap = cardParamMap;
        return this;
    }
    public java.util.Map getCardParamMap() {
        return this.cardParamMap;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy