public class ProfileListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileListResponse.ProfileListResponseBuilder |
| Constructor and Description |
|---|
ProfileListResponse() |
ProfileListResponse(List<ProfileResponse> profiles) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileListResponse.ProfileListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProfileResponse> |
getProfiles() |
int |
hashCode() |
void |
setProfiles(List<ProfileResponse> profiles) |
String |
toString() |
public ProfileListResponse(List<ProfileResponse> profiles)
public ProfileListResponse()
public static ProfileListResponse.ProfileListResponseBuilder builder()
public List<ProfileResponse> getProfiles()
public void setProfiles(List<ProfileResponse> profiles)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.