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