Class ContactItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.ContactItem
-
public class ContactItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Get 联系人id。StringgetMail()Get 联系人绑定的邮箱。StringgetName()Get 联系人姓名。voidsetId(Long Id)Set 联系人id。voidsetMail(String Mail)Set 联系人绑定的邮箱。voidsetName(String Name)Set 联系人姓名。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ContactItem
public ContactItem()
-
ContactItem
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get 联系人id。- Returns:
- Id 联系人id。
-
setId
public void setId(Long Id)
Set 联系人id。- Parameters:
Id- 联系人id。
-
getName
public String getName()
Get 联系人姓名。- Returns:
- Name 联系人姓名。
-
setName
public void setName(String Name)
Set 联系人姓名。- Parameters:
Name- 联系人姓名。
-
getMail
public String getMail()
Get 联系人绑定的邮箱。- Returns:
- Mail 联系人绑定的邮箱。
-
setMail
public void setMail(String Mail)
Set 联系人绑定的邮箱。- Parameters:
Mail- 联系人绑定的邮箱。
-
-