public class ContactGroupForListContactsOutput extends Object
| Constructor and Description |
|---|
ContactGroupForListContactsOutput() |
| Modifier and Type | Method and Description |
|---|---|
ContactGroupForListContactsOutput |
accountId(String accountId) |
ContactGroupForListContactsOutput |
createdAt(String createdAt) |
ContactGroupForListContactsOutput |
description(String description) |
boolean |
equals(Object o) |
String |
getAccountId()
Get accountId
|
String |
getCreatedAt()
Get createdAt
|
String |
getDescription()
Get description
|
String |
getId()
Get id
|
String |
getName()
Get name
|
String |
getUpdatedAt()
Get updatedAt
|
int |
hashCode() |
ContactGroupForListContactsOutput |
id(String id) |
ContactGroupForListContactsOutput |
name(String name) |
void |
setAccountId(String accountId) |
void |
setCreatedAt(String createdAt) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUpdatedAt(String updatedAt) |
String |
toString() |
ContactGroupForListContactsOutput |
updatedAt(String updatedAt) |
public ContactGroupForListContactsOutput accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public ContactGroupForListContactsOutput createdAt(String createdAt)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public ContactGroupForListContactsOutput description(String description)
public String getDescription()
public void setDescription(String description)
public ContactGroupForListContactsOutput id(String id)
public String getId()
public void setId(String id)
public ContactGroupForListContactsOutput name(String name)
public String getName()
public void setName(String name)
public ContactGroupForListContactsOutput updatedAt(String updatedAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
Copyright © 2026. All rights reserved.