public class MemberSyncBbxNewCustomerReqBean extends Object
| Constructor and Description |
|---|
MemberSyncBbxNewCustomerReqBean() |
MemberSyncBbxNewCustomerReqBean(Long birthday,
Long customerId,
Long gender,
String kidName,
String mobile,
String name,
String outerBrand) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBirthday() |
Long |
getCustomerId() |
Long |
getGender() |
String |
getKidName() |
String |
getMobile() |
String |
getName() |
String |
getOuterBrand() |
void |
setBirthday(Long birthday) |
void |
setCustomerId(Long customerId) |
void |
setGender(Long gender) |
void |
setKidName(String kidName) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setOuterBrand(String outerBrand) |
public Long getBirthday()
public void setBirthday(Long birthday)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public Long getGender()
public void setGender(Long gender)
public String getKidName()
public void setKidName(String kidName)
public String getMobile()
public void setMobile(String mobile)
public String getName()
public void setName(String name)
public String getOuterBrand()
public void setOuterBrand(String outerBrand)
Copyright © 2023. All rights reserved.