public class VehicleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
VehicleInfo() |
VehicleInfo(VehicleInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBrandId()
Get 品牌id
|
String |
getBrandName()
Get 品牌名称
|
Long |
getModelId()
Get 车型id
|
String |
getModelName()
Get 车型名称
|
Long |
getSeriesId()
Get 车系id
|
String |
getSeriesName()
Get 车系名称
|
void |
setBrandId(Long BrandId)
Set 品牌id
|
void |
setBrandName(String BrandName)
Set 品牌名称
|
void |
setModelId(Long ModelId)
Set 车型id
|
void |
setModelName(String ModelName)
Set 车型名称
|
void |
setSeriesId(Long SeriesId)
Set 车系id
|
void |
setSeriesName(String SeriesName)
Set 车系名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VehicleInfo()
public VehicleInfo(VehicleInfo source)
public Long getBrandId()
public void setBrandId(Long BrandId)
BrandId
- 品牌idpublic String getBrandName()
public void setBrandName(String BrandName)
BrandName
- 品牌名称public Long getSeriesId()
public void setSeriesId(Long SeriesId)
SeriesId
- 车系idpublic String getSeriesName()
public void setSeriesName(String SeriesName)
SeriesName
- 车系名称public Long getModelId()
public void setModelId(Long ModelId)
ModelId
- 车型idpublic String getModelName()
public void setModelName(String ModelName)
ModelName
- 车型名称Copyright © 2024. All rights reserved.