public class WhatsAppContactVerificationResponse extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | WhatsAppContactVerificationResponse.ContactDto | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | businessAccountId | 
| protected List<WhatsAppContactVerificationResponse.ContactDto> | contacts | 
| protected List<InboundStatusDto.ErrorDto> | errors | 
| protected String | referenceId | 
| protected String | referenceSubType | 
| protected String | referenceType | 
| Constructor and Description | 
|---|
| WhatsAppContactVerificationResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusinessAccountId() | 
| List<WhatsAppContactVerificationResponse.ContactDto> | getContacts() | 
| List<InboundStatusDto.ErrorDto> | getErrors() | 
| String | getReferenceId() | 
| String | getReferenceSubType() | 
| String | getReferenceType() | 
| void | setBusinessAccountId(String businessAccountId) | 
| void | setContacts(List<WhatsAppContactVerificationResponse.ContactDto> contacts) | 
| void | setErrors(List<InboundStatusDto.ErrorDto> errors) | 
| void | setReferenceId(String referenceId) | 
| void | setReferenceSubType(String referenceSubType) | 
| void | setReferenceType(String referenceType) | 
protected List<WhatsAppContactVerificationResponse.ContactDto> contacts
protected String businessAccountId
protected String referenceId
protected String referenceType
protected String referenceSubType
protected List<InboundStatusDto.ErrorDto> errors
public List<WhatsAppContactVerificationResponse.ContactDto> getContacts()
public void setContacts(List<WhatsAppContactVerificationResponse.ContactDto> contacts)
public String getBusinessAccountId()
public void setBusinessAccountId(String businessAccountId)
public String getReferenceId()
public void setReferenceId(String referenceId)
public String getReferenceType()
public void setReferenceType(String referenceType)
public String getReferenceSubType()
public void setReferenceSubType(String referenceSubType)
public List<InboundStatusDto.ErrorDto> getErrors()
public void setErrors(List<InboundStatusDto.ErrorDto> errors)
Copyright © 2019. All rights reserved.