public class ContactItem extends AbstractModel
Constructor and Description |
---|
ContactItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Get Contact ID.
|
String |
getMail()
Get The email address of the contact.
|
String |
getName()
Get Contact name.
|
void |
setId(Long Id)
Set Contact ID.
|
void |
setMail(String Mail)
Set The email address of the contact.
|
void |
setName(String Name)
Set Contact name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getId()
public void setId(Long Id)
Id
- Contact ID.public String getName()
public void setName(String Name)
Name
- Contact name.public String getMail()
public void setMail(String Mail)
Mail
- The email address of the contact.Copyright © 2021. All rights reserved.