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

com.antgroup.antchain.openapi.bot.models.BaiQrcodeParseRespData Maven / Gradle / Ivy

There is a newer version: 1.12.7
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.bot.models;

import com.aliyun.tea.*;

public class BaiQrcodeParseRespData extends TeaModel {
    // 二维码内容
    @NameInMap("code_value")
    @Validation(required = true)
    public java.util.List codeValue;

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

    public BaiQrcodeParseRespData setCodeValue(java.util.List codeValue) {
        this.codeValue = codeValue;
        return this;
    }
    public java.util.List getCodeValue() {
        return this.codeValue;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy