📄 itemsearchrequest.java
字号:
}
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 java.lang.String getSearchIndex() {
return searchIndex;
}
public void setSearchIndex(java.lang.String searchIndex) {
this.searchIndex = searchIndex;
}
public java.lang.String getSort() {
return sort;
}
public void setSort(java.lang.String sort) {
this.sort = sort;
}
public java.lang.String getState() {
return state;
}
public void setState(java.lang.String state) {
this.state = state;
}
public java.lang.String getTextStream() {
return textStream;
}
public void setTextStream(java.lang.String textStream) {
this.textStream = textStream;
}
public java.lang.String getTitle() {
return title;
}
public void setTitle(java.lang.String title) {
this.title = title;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof ItemSearchRequest)) return false;
ItemSearchRequest other = (ItemSearchRequest) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.actor==null && other.getActor()==null) ||
(this.actor!=null &&
this.actor.equals(other.getActor()))) &&
((this.artist==null && other.getArtist()==null) ||
(this.artist!=null &&
this.artist.equals(other.getArtist()))) &&
((this.audienceRating==null && other.getAudienceRating()==null) ||
(this.audienceRating!=null &&
java.util.Arrays.equals(this.audienceRating, other.getAudienceRating()))) &&
((this.author==null && other.getAuthor()==null) ||
(this.author!=null &&
this.author.equals(other.getAuthor()))) &&
((this.brand==null && other.getBrand()==null) ||
(this.brand!=null &&
this.brand.equals(other.getBrand()))) &&
((this.browseNode==null && other.getBrowseNode()==null) ||
(this.browseNode!=null &&
this.browseNode.equals(other.getBrowseNode()))) &&
((this.city==null && other.getCity()==null) ||
(this.city!=null &&
this.city.equals(other.getCity()))) &&
((this.composer==null && other.getComposer()==null) ||
(this.composer!=null &&
this.composer.equals(other.getComposer()))) &&
((this.condition==null && other.getCondition()==null) ||
(this.condition!=null &&
this.condition.equals(other.getCondition()))) &&
((this.conductor==null && other.getConductor()==null) ||
(this.conductor!=null &&
this.conductor.equals(other.getConductor()))) &&
((this.count==null && other.getCount()==null) ||
(this.count!=null &&
this.count.equals(other.getCount()))) &&
((this.cuisine==null && other.getCuisine()==null) ||
(this.cuisine!=null &&
this.cuisine.equals(other.getCuisine()))) &&
((this.deliveryMethod==null && other.getDeliveryMethod()==null) ||
(this.deliveryMethod!=null &&
this.deliveryMethod.equals(other.getDeliveryMethod()))) &&
((this.director==null && other.getDirector()==null) ||
(this.director!=null &&
this.director.equals(other.getDirector()))) &&
((this.ISPUPostalCode==null && other.getISPUPostalCode()==null) ||
(this.ISPUPostalCode!=null &&
this.ISPUPostalCode.equals(other.getISPUPostalCode()))) &&
((this.itemPage==null && other.getItemPage()==null) ||
(this.itemPage!=null &&
this.itemPage.equals(other.getItemPage()))) &&
((this.keywords==null && other.getKeywords()==null) ||
(this.keywords!=null &&
this.keywords.equals(other.getKeywords()))) &&
((this.manufacturer==null && other.getManufacturer()==null) ||
(this.manufacturer!=null &&
this.manufacturer.equals(other.getManufacturer()))) &&
((this.maximumPrice==null && other.getMaximumPrice()==null) ||
(this.maximumPrice!=null &&
this.maximumPrice.equals(other.getMaximumPrice()))) &&
((this.merchantId==null && other.getMerchantId()==null) ||
(this.merchantId!=null &&
this.merchantId.equals(other.getMerchantId()))) &&
((this.minimumPrice==null && other.getMinimumPrice()==null) ||
(this.minimumPrice!=null &&
this.minimumPrice.equals(other.getMinimumPrice()))) &&
((this.musicLabel==null && other.getMusicLabel()==null) ||
(this.musicLabel!=null &&
this.musicLabel.equals(other.getMusicLabel()))) &&
((this.neighborhood==null && other.getNeighborhood()==null) ||
(this.neighborhood!=null &&
this.neighborhood.equals(other.getNeighborhood()))) &&
((this.orchestra==null && other.getOrchestra()==null) ||
(this.orchestra!=null &&
this.orchestra.equals(other.getOrchestra()))) &&
((this.postalCode==null && other.getPostalCode()==null) ||
(this.postalCode!=null &&
this.postalCode.equals(other.getPostalCode()))) &&
((this.power==null && other.getPower()==null) ||
(this.power!=null &&
this.power.equals(other.getPower()))) &&
((this.publisher==null && other.getPublisher()==null) ||
(this.publisher!=null &&
this.publisher.equals(other.getPublisher()))) &&
((this.responseGroup==null && other.getResponseGroup()==null) ||
(this.responseGroup!=null &&
java.util.Arrays.equals(this.responseGroup, other.getResponseGroup()))) &&
((this.searchIndex==null && other.getSearchIndex()==null) ||
(this.searchIndex!=null &&
this.searchIndex.equals(other.getSearchIndex()))) &&
((this.sort==null && other.getSort()==null) ||
(this.sort!=null &&
this.sort.equals(other.getSort()))) &&
((this.state==null && other.getState()==null) ||
(this.state!=null &&
this.state.equals(other.getState()))) &&
((this.textStream==null && other.getTextStream()==null) ||
(this.textStream!=null &&
this.textStream.equals(other.getTextStream()))) &&
((this.title==null && other.getTitle()==null) ||
(this.title!=null &&
this.title.equals(other.getTitle())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getActor() != null) {
_hashCode += getActor().hashCode();
}
if (getArtist() != null) {
_hashCode += getArtist().hashCode();
}
if (getAudienceRating() != null) {
for (int i=0;
i<java.lang.reflect.Array.getLength(getAudienceRating());
i++) {
java.lang.Object obj = java.lang.reflect.Array.get(getAudienceRating(), i);
if (obj != null &&
!obj.getClass().isArray()) {
_hashCode += obj.hashCode();
}
}
}
if (getAuthor() != null) {
_hashCode += getAuthor().hashCode();
}
if (getBrand() != null) {
_hashCode += getBrand().hashCode();
}
if (getBrowseNode() != null) {
_hashCode += getBrowseNode().hashCode();
}
if (getCity() != null) {
_hashCode += getCity().hashCode();
}
if (getComposer() != null) {
_hashCode += getComposer().hashCode();
}
if (getCondition() != null) {
_hashCode += getCondition().hashCode();
}
if (getConductor() != null) {
_hashCode += getConductor().hashCode();
}
if (getCount() != null) {
_hashCode += getCount().hashCode();
}
if (getCuisine() != null) {
_hashCode += getCuisine().hashCode();
}
if (getDeliveryMethod() != null) {
_hashCode += getDeliveryMethod().hashCode();
}
if (getDirector() != null) {
_hashCode += getDirector().hashCode();
}
if (getISPUPostalCode() != null) {
_hashCode += getISPUPostalCode().hashCode();
}
if (getItemPage() != null) {
_hashCode += getItemPage().hashCode();
}
if (getKeywords() != null) {
_hashCode += getKeywords().hashCode();
}
if (getManufacturer() != null) {
_hashCode += getManufacturer().hashCode();
}
if (getMaximumPrice() != null) {
_hashCode += getMaximumPrice().hashCode();
}
if (getMerchantId() != null) {
_hashCode += getMerchantId().hashCode();
}
if (getMinimumPrice() != null) {
_hashCode += getMinimumPrice().hashCode();
}
if (getMusicLabel() != null) {
_hashCode += getMusicLabel().hashCode();
}
if (getNeighborhood() != null) {
_hashCode += getNeighborhood().hashCode();
}
if (getOrchestra() != null) {
_hashCode += getOrchestra().hashCode();
}
if (getPostalCode() != null) {
_hashCode += getPostalCode().hashCode();
}
if (getPower() != null) {
_hashCode += getPower().hashCode();
}
if (getPublisher() != null) {
_hashCode += getPublisher().hashCode();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -