@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class PostContactInfoContacts extends Object
| Constructor and Description |
|---|
PostContactInfoContacts() |
| Modifier and Type | Method and Description |
|---|---|
PostContactInfoContacts |
addFailureItem(String failureItem) |
PostContactInfoContacts |
addSuccessItem(String successItem) |
boolean |
equals(Object o) |
PostContactInfoContacts |
failure(List<String> failure) |
List<String> |
getFailure()
Get failure
|
Long |
getProcessId()
Id of the process created to remove contacts from list when user opts for "all" option.
|
List<String> |
getSuccess()
Get success
|
Long |
getTotal()
Displays the count of total number of contacts removed from list when user opts for "all" option.
|
int |
hashCode() |
PostContactInfoContacts |
processId(Long processId) |
void |
setFailure(List<String> failure) |
void |
setProcessId(Long processId) |
void |
setSuccess(List<String> success) |
void |
setTotal(Long total) |
PostContactInfoContacts |
success(List<String> success) |
String |
toString() |
PostContactInfoContacts |
total(Long total) |
public PostContactInfoContacts success(List<String> success)
public PostContactInfoContacts addSuccessItem(String successItem)
public PostContactInfoContacts failure(List<String> failure)
public PostContactInfoContacts addFailureItem(String failureItem)
public PostContactInfoContacts total(Long total)
public Long getTotal()
public void setTotal(Long total)
public PostContactInfoContacts processId(Long processId)
public Long getProcessId()
public void setProcessId(Long processId)
Copyright © 2021. All rights reserved.