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

com.aliyun.dingtalkindustry_1_0.models.DigitalStoreRightsInfoResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

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

1659668620000

*/ @NameInMap("endTime") public Long endTime; /** *

This parameter is required.

* * example: *

100

*/ @NameInMap("quantity") public Long quantity; /** * example: *

RIGHT_MDT_LEVEL

*/ @NameInMap("rightsCode") public String rightsCode; /** *

This parameter is required.

* * example: *

高级版

*/ @NameInMap("rightsName") public String rightsName; /** * example: *

1656990220000

*/ @NameInMap("startTime") public Long startTime; public static DigitalStoreRightsInfoResponseBody build(java.util.Map map) throws Exception { DigitalStoreRightsInfoResponseBody self = new DigitalStoreRightsInfoResponseBody(); return TeaModel.build(map, self); } public DigitalStoreRightsInfoResponseBody setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public DigitalStoreRightsInfoResponseBody setQuantity(Long quantity) { this.quantity = quantity; return this; } public Long getQuantity() { return this.quantity; } public DigitalStoreRightsInfoResponseBody setRightsCode(String rightsCode) { this.rightsCode = rightsCode; return this; } public String getRightsCode() { return this.rightsCode; } public DigitalStoreRightsInfoResponseBody setRightsName(String rightsName) { this.rightsName = rightsName; return this; } public String getRightsName() { return this.rightsName; } public DigitalStoreRightsInfoResponseBody setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy