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 Recipient ID. | 
| String | getMail()Get Recipient email. | 
| String | getName()Get Recipient name. | 
| void | setId(Long Id)Set Recipient ID. | 
| void | setMail(String Mail)Set Recipient email. | 
| void | setName(String Name)Set Recipient 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 - Recipient ID.public String getName()
public void setName(String Name)
Name - Recipient name.public String getMail()
public void setMail(String Mail)
Mail - Recipient email.Copyright © 2023. All rights reserved.