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

com.aliyuncs.domain.model.v20180208.QueryAuctionsResponse Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 3.15.10
Show newest version
/*
 * 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.domain.model.v20180208;

import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.domain.transform.v20180208.QueryAuctionsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;

/**
 * @author auto create
 * @version 
 */
public class QueryAuctionsResponse extends AcsResponse {

	private String requestId;

	private Integer totalItemNum;

	private Integer currentPageNum;

	private Integer pageSize;

	private Integer totalPageNum;

	private List data;

	public String getRequestId() {
		return this.requestId;
	}

	public void setRequestId(String requestId) {
		this.requestId = requestId;
	}

	public Integer getTotalItemNum() {
		return this.totalItemNum;
	}

	public void setTotalItemNum(Integer totalItemNum) {
		this.totalItemNum = totalItemNum;
	}

	public Integer getCurrentPageNum() {
		return this.currentPageNum;
	}

	public void setCurrentPageNum(Integer currentPageNum) {
		this.currentPageNum = currentPageNum;
	}

	public Integer getPageSize() {
		return this.pageSize;
	}

	public void setPageSize(Integer pageSize) {
		this.pageSize = pageSize;
	}

	public Integer getTotalPageNum() {
		return this.totalPageNum;
	}

	public void setTotalPageNum(Integer totalPageNum) {
		this.totalPageNum = totalPageNum;
	}

	public List getData() {
		return this.data;
	}

	public void setData(List data) {
		this.data = data;
	}

	public static class AuctionDetail {

		private String domainName;

		private String auctionId;

		private String domainType;

		private String bookedPartner;

		private String partnerType;

		private String currency;

		private Float yourCurrentBid;

		private Float yourMaxBid;

		private Float highBid;

		private Float nextValidBid;

		private Boolean reserveMet;

		private Float transferInPrice;

		private Float payPrice;

		private String highBidder;

		private String status;

		private String payStatus;

		private String produceStatus;

		private Long auctionEndTime;

		private Long bookEndTime;

		private Long payEndTime;

		private Long deliveryTime;

		private String failCode;

		public String getDomainName() {
			return this.domainName;
		}

		public void setDomainName(String domainName) {
			this.domainName = domainName;
		}

		public String getAuctionId() {
			return this.auctionId;
		}

		public void setAuctionId(String auctionId) {
			this.auctionId = auctionId;
		}

		public String getDomainType() {
			return this.domainType;
		}

		public void setDomainType(String domainType) {
			this.domainType = domainType;
		}

		public String getBookedPartner() {
			return this.bookedPartner;
		}

		public void setBookedPartner(String bookedPartner) {
			this.bookedPartner = bookedPartner;
		}

		public String getPartnerType() {
			return this.partnerType;
		}

		public void setPartnerType(String partnerType) {
			this.partnerType = partnerType;
		}

		public String getCurrency() {
			return this.currency;
		}

		public void setCurrency(String currency) {
			this.currency = currency;
		}

		public Float getYourCurrentBid() {
			return this.yourCurrentBid;
		}

		public void setYourCurrentBid(Float yourCurrentBid) {
			this.yourCurrentBid = yourCurrentBid;
		}

		public Float getYourMaxBid() {
			return this.yourMaxBid;
		}

		public void setYourMaxBid(Float yourMaxBid) {
			this.yourMaxBid = yourMaxBid;
		}

		public Float getHighBid() {
			return this.highBid;
		}

		public void setHighBid(Float highBid) {
			this.highBid = highBid;
		}

		public Float getNextValidBid() {
			return this.nextValidBid;
		}

		public void setNextValidBid(Float nextValidBid) {
			this.nextValidBid = nextValidBid;
		}

		public Boolean getReserveMet() {
			return this.reserveMet;
		}

		public void setReserveMet(Boolean reserveMet) {
			this.reserveMet = reserveMet;
		}

		public Float getTransferInPrice() {
			return this.transferInPrice;
		}

		public void setTransferInPrice(Float transferInPrice) {
			this.transferInPrice = transferInPrice;
		}

		public Float getPayPrice() {
			return this.payPrice;
		}

		public void setPayPrice(Float payPrice) {
			this.payPrice = payPrice;
		}

		public String getHighBidder() {
			return this.highBidder;
		}

		public void setHighBidder(String highBidder) {
			this.highBidder = highBidder;
		}

		public String getStatus() {
			return this.status;
		}

		public void setStatus(String status) {
			this.status = status;
		}

		public String getPayStatus() {
			return this.payStatus;
		}

		public void setPayStatus(String payStatus) {
			this.payStatus = payStatus;
		}

		public String getProduceStatus() {
			return this.produceStatus;
		}

		public void setProduceStatus(String produceStatus) {
			this.produceStatus = produceStatus;
		}

		public Long getAuctionEndTime() {
			return this.auctionEndTime;
		}

		public void setAuctionEndTime(Long auctionEndTime) {
			this.auctionEndTime = auctionEndTime;
		}

		public Long getBookEndTime() {
			return this.bookEndTime;
		}

		public void setBookEndTime(Long bookEndTime) {
			this.bookEndTime = bookEndTime;
		}

		public Long getPayEndTime() {
			return this.payEndTime;
		}

		public void setPayEndTime(Long payEndTime) {
			this.payEndTime = payEndTime;
		}

		public Long getDeliveryTime() {
			return this.deliveryTime;
		}

		public void setDeliveryTime(Long deliveryTime) {
			this.deliveryTime = deliveryTime;
		}

		public String getFailCode() {
			return this.failCode;
		}

		public void setFailCode(String failCode) {
			this.failCode = failCode;
		}
	}

	@Override
	public QueryAuctionsResponse getInstance(UnmarshallerContext context) {
		return	QueryAuctionsResponseUnmarshaller.unmarshall(this, context);
	}

	@Override
	public boolean checkShowJsonItemName() {
		return false;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy