public class MerchantMenber extends AlipayObject
Constructor and Description |
---|
MerchantMenber() |
Modifier and Type | Method and Description |
---|---|
String |
getBirth()
Gets birth.
|
String |
getCell()
Gets cell.
|
String |
getGende()
Gets gende.
|
String |
getName()
Gets name.
|
void |
setBirth(String birth)
Sets birth.
|
void |
setCell(String cell)
Sets cell.
|
void |
setGende(String gende)
Sets gende.
|
void |
setName(String name)
Sets name.
|
public String getBirth()
public void setBirth(String birth)
birth
- the birthpublic String getCell()
public void setCell(String cell)
cell
- the cellpublic String getGende()
public void setGende(String gende)
gende
- the gendepublic String getName()
public void setName(String name)
name
- the nameCopyright © 2018. All rights reserved.