public class User extends Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBuyeruid() |
String |
getConsent() |
Collection<Data> |
getData() |
Map<String,Object> |
getExt() |
String |
getGender() |
Geo |
getGeo() |
String |
getId() |
String |
getKeywords() |
Integer |
getYob() |
int |
hashCode() |
void |
setBuyeruid(String buyeruid) |
void |
setConsent(String consent) |
void |
setData(Collection<Data> data) |
void |
setExt(Map<String,Object> ext) |
void |
setGender(String gender) |
void |
setGeo(Geo geo) |
void |
setId(String id) |
void |
setKeywords(String keywords) |
void |
setYob(Integer yob) |
public String getId()
public void setId(String id)
public String getBuyeruid()
public void setBuyeruid(String buyeruid)
public Integer getYob()
public void setYob(Integer yob)
public String getGender()
public void setGender(String gender)
public String getKeywords()
public void setKeywords(String keywords)
public String getConsent()
public void setConsent(String consent)
public Geo getGeo()
public void setGeo(Geo geo)
public Collection<Data> getData()
public void setData(Collection<Data> data)
Copyright © 2019. All rights reserved.