public static class DescribeContactListResponse.Contact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeContactListResponse.Contact.Channels |
static class |
DescribeContactListResponse.Contact.ChannelsState |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
DescribeContactListResponse.Contact.Channels |
getChannels() |
DescribeContactListResponse.Contact.ChannelsState |
getChannelsState() |
List<String> |
getContactGroups() |
Long |
getCreateTime() |
String |
getDesc() |
String |
getLang() |
String |
getName() |
Long |
getUpdateTime() |
void |
setChannels(DescribeContactListResponse.Contact.Channels channels) |
void |
setChannelsState(DescribeContactListResponse.Contact.ChannelsState channelsState) |
void |
setContactGroups(List<String> contactGroups) |
void |
setCreateTime(Long createTime) |
void |
setDesc(String desc) |
void |
setLang(String lang) |
void |
setName(String name) |
void |
setUpdateTime(Long updateTime) |
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public String getLang()
public void setLang(String lang)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getUpdateTime()
public void setUpdateTime(Long updateTime)
public DescribeContactListResponse.Contact.Channels getChannels()
public void setChannels(DescribeContactListResponse.Contact.Channels channels)
public DescribeContactListResponse.Contact.ChannelsState getChannelsState()
public void setChannelsState(DescribeContactListResponse.Contact.ChannelsState channelsState)
Copyright © 2020. All Rights Reserved.