⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 itemlookuprequest.java

📁 amazon web开发的例子
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
/**
 * ItemLookupRequest.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package com.amazon.xml.AWSECommerceService;

public class ItemLookupRequest  implements java.io.Serializable {
    private com.amazon.xml.AWSECommerceService._Condition condition;
    private com.amazon.xml.AWSECommerceService._DeliveryMethod deliveryMethod;
    private com.amazon.xml.AWSECommerceService.ItemLookupRequest_IdType idType;
    private java.lang.String ISPUPostalCode;
    private java.lang.String merchantId;
    private org.apache.axis.types.PositiveInteger offerPage;
    private java.lang.String[] itemId;
    private java.lang.String[] responseGroup;
    private org.apache.axis.types.PositiveInteger reviewPage;
    private java.lang.String searchIndex;
    private java.lang.String searchInsideKeywords;
    private org.apache.axis.types.PositiveInteger variationPage;

    public ItemLookupRequest() {
    }

    public com.amazon.xml.AWSECommerceService._Condition getCondition() {
        return condition;
    }

    public void setCondition(com.amazon.xml.AWSECommerceService._Condition condition) {
        this.condition = condition;
    }

    public com.amazon.xml.AWSECommerceService._DeliveryMethod getDeliveryMethod() {
        return deliveryMethod;
    }

    public void setDeliveryMethod(com.amazon.xml.AWSECommerceService._DeliveryMethod deliveryMethod) {
        this.deliveryMethod = deliveryMethod;
    }

    public com.amazon.xml.AWSECommerceService.ItemLookupRequest_IdType getIdType() {
        return idType;
    }

    public void setIdType(com.amazon.xml.AWSECommerceService.ItemLookupRequest_IdType idType) {
        this.idType = idType;
    }

    public java.lang.String getISPUPostalCode() {
        return ISPUPostalCode;
    }

    public void setISPUPostalCode(java.lang.String ISPUPostalCode) {
        this.ISPUPostalCode = ISPUPostalCode;
    }

    public java.lang.String getMerchantId() {
        return merchantId;
    }

    public void setMerchantId(java.lang.String merchantId) {
        this.merchantId = merchantId;
    }

    public org.apache.axis.types.PositiveInteger getOfferPage() {
        return offerPage;
    }

    public void setOfferPage(org.apache.axis.types.PositiveInteger offerPage) {
        this.offerPage = offerPage;
    }

    public java.lang.String[] getItemId() {
        return itemId;
    }

    public void setItemId(java.lang.String[] itemId) {
        this.itemId = itemId;
    }

    public java.lang.String getItemId(int i) {
        return itemId[i];
    }

    public void setItemId(int i, java.lang.String value) {
        this.itemId[i] = value;
    }

    public java.lang.String[] getResponseGroup() {
        return responseGroup;
    }

    public void setResponseGroup(java.lang.String[] responseGroup) {
        this.responseGroup = responseGroup;
    }

    public java.lang.String getResponseGroup(int i) {
        return responseGroup[i];
    }

    public void setResponseGroup(int i, java.lang.String value) {
        this.responseGroup[i] = value;
    }

    public org.apache.axis.types.PositiveInteger getReviewPage() {
        return reviewPage;
    }

    public void setReviewPage(org.apache.axis.types.PositiveInteger reviewPage) {
        this.reviewPage = reviewPage;
    }

    public java.lang.String getSearchIndex() {
        return searchIndex;
    }

    public void setSearchIndex(java.lang.String searchIndex) {
        this.searchIndex = searchIndex;
    }

    public java.lang.String getSearchInsideKeywords() {
        return searchInsideKeywords;
    }

    public void setSearchInsideKeywords(java.lang.String searchInsideKeywords) {
        this.searchInsideKeywords = searchInsideKeywords;
    }

    public org.apache.axis.types.PositiveInteger getVariationPage() {
        return variationPage;
    }

    public void setVariationPage(org.apache.axis.types.PositiveInteger variationPage) {
        this.variationPage = variationPage;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof ItemLookupRequest)) return false;
        ItemLookupRequest other = (ItemLookupRequest) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.condition==null && other.getCondition()==null) || 
             (this.condition!=null &&
              this.condition.equals(other.getCondition()))) &&
            ((this.deliveryMethod==null && other.getDeliveryMethod()==null) || 
             (this.deliveryMethod!=null &&
              this.deliveryMethod.equals(other.getDeliveryMethod()))) &&
            ((this.idType==null && other.getIdType()==null) || 
             (this.idType!=null &&
              this.idType.equals(other.getIdType()))) &&
            ((this.ISPUPostalCode==null && other.getISPUPostalCode()==null) || 
             (this.ISPUPostalCode!=null &&
              this.ISPUPostalCode.equals(other.getISPUPostalCode()))) &&
            ((this.merchantId==null && other.getMerchantId()==null) || 
             (this.merchantId!=null &&
              this.merchantId.equals(other.getMerchantId()))) &&
            ((this.offerPage==null && other.getOfferPage()==null) || 
             (this.offerPage!=null &&
              this.offerPage.equals(other.getOfferPage()))) &&
            ((this.itemId==null && other.getItemId()==null) || 
             (this.itemId!=null &&
              java.util.Arrays.equals(this.itemId, other.getItemId()))) &&
            ((this.responseGroup==null && other.getResponseGroup()==null) || 
             (this.responseGroup!=null &&
              java.util.Arrays.equals(this.responseGroup, other.getResponseGroup()))) &&
            ((this.reviewPage==null && other.getReviewPage()==null) || 
             (this.reviewPage!=null &&
              this.reviewPage.equals(other.getReviewPage()))) &&
            ((this.searchIndex==null && other.getSearchIndex()==null) || 
             (this.searchIndex!=null &&
              this.searchIndex.equals(other.getSearchIndex()))) &&
            ((this.searchInsideKeywords==null && other.getSearchInsideKeywords()==null) || 
             (this.searchInsideKeywords!=null &&
              this.searchInsideKeywords.equals(other.getSearchInsideKeywords()))) &&

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -