public class QueryResult extends AlipayObject
Constructor and Description |
---|
QueryResult() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundUrl()
Gets background url.
|
String |
getBrandId()
Gets brand id.
|
String |
getBrandName()
Gets brand name.
|
String |
getCc()
Gets cc.
|
String |
getCompanyId()
Gets company id.
|
String |
getCompanyName()
Gets company name.
|
String |
getEngine()
Gets engine.
|
String |
getLogoUrl()
Gets logo url.
|
String |
getModelId()
Gets model id.
|
String |
getModelName()
Gets model name.
|
String |
getProdYear()
Gets prod year.
|
String |
getSerieGroup()
Gets serie group.
|
String |
getSerieId()
Gets serie id.
|
String |
getSerieName()
Gets serie name.
|
String |
getSeriePhoto()
Gets serie photo.
|
String |
getStyle()
Gets style.
|
void |
setBackgroundUrl(String backgroundUrl)
Sets background url.
|
void |
setBrandId(String brandId)
Sets brand id.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setCc(String cc)
Sets cc.
|
void |
setCompanyId(String companyId)
Sets company id.
|
void |
setCompanyName(String companyName)
Sets company name.
|
void |
setEngine(String engine)
Sets engine.
|
void |
setLogoUrl(String logoUrl)
Sets logo url.
|
void |
setModelId(String modelId)
Sets model id.
|
void |
setModelName(String modelName)
Sets model name.
|
void |
setProdYear(String prodYear)
Sets prod year.
|
void |
setSerieGroup(String serieGroup)
Sets serie group.
|
void |
setSerieId(String serieId)
Sets serie id.
|
void |
setSerieName(String serieName)
Sets serie name.
|
void |
setSeriePhoto(String seriePhoto)
Sets serie photo.
|
void |
setStyle(String style)
Sets style.
|
public String getBackgroundUrl()
public void setBackgroundUrl(String backgroundUrl)
backgroundUrl
- the background urlpublic String getBrandId()
public void setBrandId(String brandId)
brandId
- the brand idpublic String getBrandName()
public void setBrandName(String brandName)
brandName
- the brand namepublic String getCc()
public void setCc(String cc)
cc
- the ccpublic String getCompanyId()
public void setCompanyId(String companyId)
companyId
- the company idpublic String getCompanyName()
public void setCompanyName(String companyName)
companyName
- the company namepublic String getEngine()
public void setEngine(String engine)
engine
- the enginepublic String getLogoUrl()
public void setLogoUrl(String logoUrl)
logoUrl
- the logo urlpublic String getModelId()
public void setModelId(String modelId)
modelId
- the model idpublic String getModelName()
public void setModelName(String modelName)
modelName
- the model namepublic String getProdYear()
public void setProdYear(String prodYear)
prodYear
- the prod yearpublic String getSerieGroup()
public void setSerieGroup(String serieGroup)
serieGroup
- the serie grouppublic String getSerieId()
public void setSerieId(String serieId)
serieId
- the serie idpublic String getSerieName()
public void setSerieName(String serieName)
serieName
- the serie namepublic String getSeriePhoto()
public void setSeriePhoto(String seriePhoto)
seriePhoto
- the serie photopublic String getStyle()
public void setStyle(String style)
style
- the styleCopyright © 2018. All rights reserved.