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

com.antgroup.antchain.openapi.demo.models.DemoTestx Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class DemoTestx extends TeaModel {
    // ability_id
    @NameInMap("ability_id")
    @Validation(required = true)
    public String abilityId;

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

    public DemoTestx setAbilityId(String abilityId) {
        this.abilityId = abilityId;
        return this;
    }
    public String getAbilityId() {
        return this.abilityId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy