@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class ReputationHistory extends Object
| Constructor and Description |
|---|
ReputationHistory() |
| Modifier and Type | Method and Description |
|---|---|
ReputationHistory |
abusePercent(Double abusePercent) |
ReputationHistory |
averageSpamScore(Double averageSpamScore) |
ReputationHistory |
clickedPercent(Double clickedPercent) |
ReputationHistory |
dateCreated(String dateCreated) |
boolean |
equals(Object o) |
Double |
getAbusePercent()
Percent of Complaining users - those, who do not want to receive email from you.
|
Double |
getAverageSpamScore()
Penalty from messages marked as spam.
|
Double |
getClickedPercent()
Get clickedPercent
|
String |
getDateCreated()
Creation date.
|
Double |
getOpenedPercent()
Get openedPercent
|
Double |
getRepEmailsSent()
Points from quantity of your emails.
|
Double |
getReputation()
Numeric reputation
|
Double |
getSetupScore()
Points from proper setup of your account
|
Double |
getUnknownUsersPercent()
Percent of Unknown users - users that couldn't be found
|
int |
hashCode() |
ReputationHistory |
openedPercent(Double openedPercent) |
ReputationHistory |
repEmailsSent(Double repEmailsSent) |
ReputationHistory |
reputation(Double reputation) |
void |
setAbusePercent(Double abusePercent) |
void |
setAverageSpamScore(Double averageSpamScore) |
void |
setClickedPercent(Double clickedPercent) |
void |
setDateCreated(String dateCreated) |
void |
setOpenedPercent(Double openedPercent) |
void |
setRepEmailsSent(Double repEmailsSent) |
void |
setReputation(Double reputation) |
void |
setSetupScore(Double setupScore) |
void |
setUnknownUsersPercent(Double unknownUsersPercent) |
ReputationHistory |
setupScore(Double setupScore) |
String |
toString() |
ReputationHistory |
unknownUsersPercent(Double unknownUsersPercent) |
public ReputationHistory dateCreated(String dateCreated)
public String getDateCreated()
public void setDateCreated(String dateCreated)
public ReputationHistory abusePercent(Double abusePercent)
public Double getAbusePercent()
public void setAbusePercent(Double abusePercent)
public ReputationHistory unknownUsersPercent(Double unknownUsersPercent)
public Double getUnknownUsersPercent()
public void setUnknownUsersPercent(Double unknownUsersPercent)
public ReputationHistory openedPercent(Double openedPercent)
public Double getOpenedPercent()
public void setOpenedPercent(Double openedPercent)
public ReputationHistory clickedPercent(Double clickedPercent)
public Double getClickedPercent()
public void setClickedPercent(Double clickedPercent)
public ReputationHistory averageSpamScore(Double averageSpamScore)
public Double getAverageSpamScore()
public void setAverageSpamScore(Double averageSpamScore)
public ReputationHistory setupScore(Double setupScore)
public Double getSetupScore()
public void setSetupScore(Double setupScore)
public ReputationHistory repEmailsSent(Double repEmailsSent)
public Double getRepEmailsSent()
public void setRepEmailsSent(Double repEmailsSent)
public ReputationHistory reputation(Double reputation)
public Double getReputation()
public void setReputation(Double reputation)
Copyright © 2019. All rights reserved.