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

com.aliyun.dingtalkdatacenter_1_0.models.GetDoubleRandomResponseBody 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.dingtalkdatacenter_1_0.models;

import com.aliyun.tea.*;

public class GetDoubleRandomResponseBody extends TeaModel {
    /**
     * example:
     * 

[ { "InspectPlanId": "44030020191021", "InspectTypeName": "定向", "InspectPlanName": "2019能效标识生产企业计量监督抽查1", "InspectItem": "", "InspectResult": "", "InspectDepartment": "深圳市市场监督管理局龙岗局", "InspectDate": "2019-10-14", "InspectTaskId": "44030020191021", "InspectTaskName": "2019能效标识生产企业计量监督抽查1" } ]

*/ @NameInMap("data") public String data; @NameInMap("total") public Long total; public static GetDoubleRandomResponseBody build(java.util.Map map) throws Exception { GetDoubleRandomResponseBody self = new GetDoubleRandomResponseBody(); return TeaModel.build(map, self); } public GetDoubleRandomResponseBody setData(String data) { this.data = data; return this; } public String getData() { return this.data; } public GetDoubleRandomResponseBody setTotal(Long total) { this.total = total; return this; } public Long getTotal() { return this.total; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy