public class ContactItem extends AbstractModel
| Constructor and Description | 
|---|
| ContactItem() | 
| ContactItem(ContactItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| 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, toJsonStringpublic ContactItem()
public ContactItem(ContactItem source)
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 © 2022. All rights reserved.