public class PurchaseConcern extends AbstractModel
header, skipSign
Constructor and Description |
---|
PurchaseConcern() |
PurchaseConcern(PurchaseConcern 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 |
---|---|
String |
getCode()
Get 购车关注点code
|
String |
getDescription()
Get 购车关注点描述
|
void |
setCode(String Code)
Set 购车关注点code
|
void |
setDescription(String Description)
Set 购车关注点描述
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PurchaseConcern()
public PurchaseConcern(PurchaseConcern source)
public String getCode()
public void setCode(String Code)
Code
- 购车关注点codepublic String getDescription()
public void setDescription(String Description)
Description
- 购车关注点描述Copyright © 2023. All rights reserved.