public class ProfileResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileResponse.ProfileResponseBuilder |
| Constructor and Description |
|---|
ProfileResponse() |
ProfileResponse(String resource,
String id,
String name,
String website,
String mode,
String email,
String phone,
int categoryCode,
ProfileStatus status,
ProfileReviewResponse review,
Date createdAt,
ProfileLinks links) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileResponse.ProfileResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getCategoryCode() |
Date |
getCreatedAt() |
String |
getEmail() |
String |
getId() |
ProfileLinks |
getLinks() |
String |
getMode() |
String |
getName() |
String |
getPhone() |
String |
getResource() |
ProfileReviewResponse |
getReview() |
ProfileStatus |
getStatus() |
String |
getWebsite() |
int |
hashCode() |
void |
setCategoryCode(int categoryCode) |
void |
setCreatedAt(Date createdAt) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setLinks(ProfileLinks links) |
void |
setMode(String mode) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setResource(String resource) |
void |
setReview(ProfileReviewResponse review) |
void |
setStatus(ProfileStatus status) |
void |
setWebsite(String website) |
String |
toString() |
public ProfileResponse(String resource, String id, String name, String website, String mode, String email, String phone, int categoryCode, ProfileStatus status, ProfileReviewResponse review, Date createdAt, ProfileLinks links)
public ProfileResponse()
public static ProfileResponse.ProfileResponseBuilder builder()
public String getResource()
public String getId()
public String getName()
public String getWebsite()
public String getMode()
public String getEmail()
public String getPhone()
public int getCategoryCode()
public ProfileStatus getStatus()
public ProfileReviewResponse getReview()
public Date getCreatedAt()
public ProfileLinks getLinks()
public void setResource(String resource)
public void setId(String id)
public void setName(String name)
public void setWebsite(String website)
public void setMode(String mode)
public void setEmail(String email)
public void setPhone(String phone)
public void setCategoryCode(int categoryCode)
public void setStatus(ProfileStatus status)
public void setReview(ProfileReviewResponse review)
public void setCreatedAt(Date createdAt)
public void setLinks(ProfileLinks links)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.