public class CustomerEntity extends AlipayObject
Constructor and Description |
---|
CustomerEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
String |
getDesc()
Gets desc.
|
String |
getId()
Gets id.
|
String |
getName()
Gets name.
|
List<CustomerTag> |
getTags()
Gets tags.
|
void |
setCode(String code)
Sets code.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setId(String id)
Sets id.
|
void |
setName(String name)
Sets name.
|
void |
setTags(List<CustomerTag> tags)
Sets tags.
|
public String getCode()
public void setCode(String code)
code
- the codepublic String getDesc()
public void setDesc(String desc)
desc
- the descpublic String getId()
public void setId(String id)
id
- the idpublic String getName()
public void setName(String name)
name
- the namepublic List<CustomerTag> getTags()
public void setTags(List<CustomerTag> tags)
tags
- the tagsCopyright © 2018. All rights reserved.