public class AreaCode extends AlipayObject
| Constructor and Description |
|---|
AreaCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaType()
Gets area type.
|
String |
getCode()
Gets code.
|
void |
setAreaType(String areaType)
Sets area type.
|
void |
setCode(String code)
Sets code.
|
public String getAreaType()
public void setAreaType(String areaType)
areaType - the area typepublic String getCode()
public void setCode(String code)
code - the codeCopyright © 2018. All rights reserved.