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

com.aliyun.dingtalkyida_1_0.models.BuyFreshOrderRequest 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.dingtalkyida_1_0.models;

import com.aliyun.tea.*;

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

hexaaaa

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

123

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

1234567891234

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

44234122

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

subscribe

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

subscribe

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

Business

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

1234567891234

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

12

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

A发起的实例

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

yun-1234

*/ @NameInMap("produceCode") public String produceCode; public static BuyFreshOrderRequest build(java.util.Map map) throws Exception { BuyFreshOrderRequest self = new BuyFreshOrderRequest(); return TeaModel.build(map, self); } public BuyFreshOrderRequest setAccessKey(String accessKey) { this.accessKey = accessKey; return this; } public String getAccessKey() { return this.accessKey; } public BuyFreshOrderRequest setAccountNumber(String accountNumber) { this.accountNumber = accountNumber; return this; } public String getAccountNumber() { return this.accountNumber; } public BuyFreshOrderRequest setBeginTimeGMT(Long beginTimeGMT) { this.beginTimeGMT = beginTimeGMT; return this; } public Long getBeginTimeGMT() { return this.beginTimeGMT; } public BuyFreshOrderRequest setCallerUnionId(String callerUnionId) { this.callerUnionId = callerUnionId; return this; } public String getCallerUnionId() { return this.callerUnionId; } public BuyFreshOrderRequest setChargeType(String chargeType) { this.chargeType = chargeType; return this; } public String getChargeType() { return this.chargeType; } public BuyFreshOrderRequest setCommerceType(String commerceType) { this.commerceType = commerceType; return this; } public String getCommerceType() { return this.commerceType; } public BuyFreshOrderRequest setCommodityType(String commodityType) { this.commodityType = commodityType; return this; } public String getCommodityType() { return this.commodityType; } public BuyFreshOrderRequest setEndTimeGMT(Long endTimeGMT) { this.endTimeGMT = endTimeGMT; return this; } public Long getEndTimeGMT() { return this.endTimeGMT; } public BuyFreshOrderRequest setInstanceId(String instanceId) { this.instanceId = instanceId; return this; } public String getInstanceId() { return this.instanceId; } public BuyFreshOrderRequest setInstanceName(String instanceName) { this.instanceName = instanceName; return this; } public String getInstanceName() { return this.instanceName; } public BuyFreshOrderRequest setProduceCode(String produceCode) { this.produceCode = produceCode; return this; } public String getProduceCode() { return this.produceCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy