public class DealUser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_EMAIL |
static String |
SERIALIZED_NAME_ID |
| Constructor and Description |
|---|
DealUser() |
| Modifier and Type | Method and Description |
|---|---|
DealUser |
displayName(String displayName) |
DealUser |
email(String email) |
boolean |
equals(Object o) |
String |
getDisplayName()
表示名
|
String |
getEmail()
メールアドレス
|
Integer |
getId()
ユーザーID
minimum: 1
maximum: 2147483647
|
int |
hashCode() |
DealUser |
id(Integer id) |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setId(Integer id) |
String |
toString() |
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_EMAIL
public static final String SERIALIZED_NAME_ID
Copyright © 2020. All rights reserved.