public class BrandLevelInfo extends AlipayObject
| Constructor and Description |
|---|
BrandLevelInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandCode()
Gets brand code.
|
Long |
getBrandLevel()
Gets brand level.
|
String |
getBrandName()
Gets brand name.
|
void |
setBrandCode(String brandCode)
Sets brand code.
|
void |
setBrandLevel(Long brandLevel)
Sets brand level.
|
void |
setBrandName(String brandName)
Sets brand name.
|
public String getBrandCode()
public void setBrandCode(String brandCode)
brandCode - the brand codepublic Long getBrandLevel()
public void setBrandLevel(Long brandLevel)
brandLevel - the brand levelpublic String getBrandName()
public void setBrandName(String brandName)
brandName - the brand nameCopyright © 2018. All rights reserved.