com.aliyuncs.r_kvstore.model.v20150101.DescribePriceResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-r-kvstore Show documentation
Show all versions of aliyun-java-sdk-r-kvstore Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.r_kvstore.model.v20150101;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.r_kvstore.transform.v20150101.DescribePriceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribePriceResponse extends AcsResponse {
private String orderParams;
private String requestId;
private List rules;
private List subOrders;
private Order order;
public String getOrderParams() {
return this.orderParams;
}
public void setOrderParams(String orderParams) {
this.orderParams = orderParams;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public List getRules() {
return this.rules;
}
public void setRules(List rules) {
this.rules = rules;
}
public List getSubOrders() {
return this.subOrders;
}
public void setSubOrders(List subOrders) {
this.subOrders = subOrders;
}
public Order getOrder() {
return this.order;
}
public void setOrder(Order order) {
this.order = order;
}
public static class Rule {
private Long ruleDescId;
private String title;
private String name;
public Long getRuleDescId() {
return this.ruleDescId;
}
public void setRuleDescId(Long ruleDescId) {
this.ruleDescId = ruleDescId;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
}
public static class SubOrder {
private String originalAmount;
private String instanceId;
private String discountAmount;
private String tradeAmount;
private Long standDiscountPrice;
private Boolean isContractActivity;
private Long standPrice;
private Boolean contractActivity;
private List optionalPromotions;
private List moduleInstance;
private List promDetailList;
private List ruleIds;
private DepreciateInfo depreciateInfo;
public String getOriginalAmount() {
return this.originalAmount;
}
public void setOriginalAmount(String originalAmount) {
this.originalAmount = originalAmount;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public String getDiscountAmount() {
return this.discountAmount;
}
public void setDiscountAmount(String discountAmount) {
this.discountAmount = discountAmount;
}
public String getTradeAmount() {
return this.tradeAmount;
}
public void setTradeAmount(String tradeAmount) {
this.tradeAmount = tradeAmount;
}
public Long getStandDiscountPrice() {
return this.standDiscountPrice;
}
public void setStandDiscountPrice(Long standDiscountPrice) {
this.standDiscountPrice = standDiscountPrice;
}
public Boolean getIsContractActivity() {
return this.isContractActivity;
}
public void setIsContractActivity(Boolean isContractActivity) {
this.isContractActivity = isContractActivity;
}
public Long getStandPrice() {
return this.standPrice;
}
public void setStandPrice(Long standPrice) {
this.standPrice = standPrice;
}
public Boolean getContractActivity() {
return this.contractActivity;
}
public void setContractActivity(Boolean contractActivity) {
this.contractActivity = contractActivity;
}
public List getOptionalPromotions() {
return this.optionalPromotions;
}
public void setOptionalPromotions(List optionalPromotions) {
this.optionalPromotions = optionalPromotions;
}
public List getModuleInstance() {
return this.moduleInstance;
}
public void setModuleInstance(List moduleInstance) {
this.moduleInstance = moduleInstance;
}
public List getPromDetailList() {
return this.promDetailList;
}
public void setPromDetailList(List promDetailList) {
this.promDetailList = promDetailList;
}
public List getRuleIds() {
return this.ruleIds;
}
public void setRuleIds(List ruleIds) {
this.ruleIds = ruleIds;
}
public DepreciateInfo getDepreciateInfo() {
return this.depreciateInfo;
}
public void setDepreciateInfo(DepreciateInfo depreciateInfo) {
this.depreciateInfo = depreciateInfo;
}
public static class OptionalPromotion {
private Boolean selected;
private String couponNo;
private String name;
private String description;
private Boolean show;
private Map