public class ProfileRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileRequest.ProfileRequestBuilder |
| Constructor and Description |
|---|
ProfileRequest() |
ProfileRequest(String name,
String website,
String email,
String phone,
Optional<Integer> categoryCode,
Optional<String> mode) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileRequest.ProfileRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Optional<Integer> |
getCategoryCode() |
String |
getEmail() |
Optional<String> |
getMode() |
String |
getName() |
String |
getPhone() |
String |
getWebsite() |
int |
hashCode() |
void |
setCategoryCode(Optional<Integer> categoryCode) |
void |
setEmail(String email) |
void |
setMode(Optional<String> mode) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setWebsite(String website) |
String |
toString() |
public ProfileRequest(String name, String website, String email, String phone, Optional<Integer> categoryCode, Optional<String> mode)
public ProfileRequest()
public static ProfileRequest.ProfileRequestBuilder builder()
public String getName()
public String getWebsite()
public String getEmail()
public String getPhone()
public void setName(String name)
public void setWebsite(String website)
public void setEmail(String email)
public void setPhone(String phone)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.