@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetList extends Object
| Constructor and Description |
|---|
GetList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
ID of the list
|
String |
getName()
Name of the list
|
Long |
getTotalBlacklisted()
Number of blacklisted contacts in the list
|
Long |
getTotalSubscribers()
Number of contacts in the list
|
int |
hashCode() |
GetList |
id(Long id) |
GetList |
name(String name) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setTotalBlacklisted(Long totalBlacklisted) |
void |
setTotalSubscribers(Long totalSubscribers) |
String |
toString() |
GetList |
totalBlacklisted(Long totalBlacklisted) |
GetList |
totalSubscribers(Long totalSubscribers) |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Long getTotalBlacklisted()
public void setTotalBlacklisted(Long totalBlacklisted)
public Long getTotalSubscribers()
public void setTotalSubscribers(Long totalSubscribers)
Copyright © 2021. All rights reserved.