com.aliyun.ens20171110.models.DescribeEnsCommodityCodeRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ens20171110 Show documentation
Show all versions of ens20171110 Show documentation
Alibaba Cloud edge node service (20171110) SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;
import com.aliyun.tea.*;
public class DescribeEnsCommodityCodeRequest extends TeaModel {
@NameInMap("CommodityCode")
public String commodityCode;
public static DescribeEnsCommodityCodeRequest build(java.util.Map map) throws Exception {
DescribeEnsCommodityCodeRequest self = new DescribeEnsCommodityCodeRequest();
return TeaModel.build(map, self);
}
public DescribeEnsCommodityCodeRequest setCommodityCode(String commodityCode) {
this.commodityCode = commodityCode;
return this;
}
public String getCommodityCode() {
return this.commodityCode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy