com.aliyuncs.market.model.v20151101.DescribeRateResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-market Show documentation
Show all versions of aliyun-java-sdk-market 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.market.model.v20151101;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.market.transform.v20151101.DescribeRateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeRateResponse extends AcsResponse {
private Long id;
private String orderId;
private String instanceId;
private Long aliUid;
private String productId;
private String score;
private String content;
private Long gmtCreated;
private String explaintion;
private Long gmtExplaintion;
private String additionalContent;
private Long gmtAdditional;
private String additionalExplaintion;
private Long gmtAdditionalExplaintion;
private String type;
private String requestId;
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getOrderId() {
return this.orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
public String getInstanceId() {
return this.instanceId;
}
public void setInstanceId(String instanceId) {
this.instanceId = instanceId;
}
public Long getAliUid() {
return this.aliUid;
}
public void setAliUid(Long aliUid) {
this.aliUid = aliUid;
}
public String getProductId() {
return this.productId;
}
public void setProductId(String productId) {
this.productId = productId;
}
public String getScore() {
return this.score;
}
public void setScore(String score) {
this.score = score;
}
public String getContent() {
return this.content;
}
public void setContent(String content) {
this.content = content;
}
public Long getGmtCreated() {
return this.gmtCreated;
}
public void setGmtCreated(Long gmtCreated) {
this.gmtCreated = gmtCreated;
}
public String getExplaintion() {
return this.explaintion;
}
public void setExplaintion(String explaintion) {
this.explaintion = explaintion;
}
public Long getGmtExplaintion() {
return this.gmtExplaintion;
}
public void setGmtExplaintion(Long gmtExplaintion) {
this.gmtExplaintion = gmtExplaintion;
}
public String getAdditionalContent() {
return this.additionalContent;
}
public void setAdditionalContent(String additionalContent) {
this.additionalContent = additionalContent;
}
public Long getGmtAdditional() {
return this.gmtAdditional;
}
public void setGmtAdditional(Long gmtAdditional) {
this.gmtAdditional = gmtAdditional;
}
public String getAdditionalExplaintion() {
return this.additionalExplaintion;
}
public void setAdditionalExplaintion(String additionalExplaintion) {
this.additionalExplaintion = additionalExplaintion;
}
public Long getGmtAdditionalExplaintion() {
return this.gmtAdditionalExplaintion;
}
public void setGmtAdditionalExplaintion(Long gmtAdditionalExplaintion) {
this.gmtAdditionalExplaintion = gmtAdditionalExplaintion;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public DescribeRateResponse getInstance(UnmarshallerContext context) {
return DescribeRateResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy