| Package | Description |
|---|---|
| com.google.api.services.gmailpostmastertools.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
TrafficStats |
TrafficStats.clone() |
TrafficStats |
TrafficStats.set(String fieldName,
Object value) |
TrafficStats |
TrafficStats.setDeliveryErrors(List<DeliveryError> deliveryErrors)
Delivery errors for the domain.
|
TrafficStats |
TrafficStats.setDkimSuccessRatio(Double dkimSuccessRatio)
The ratio of mail that successfully authenticated with DKIM vs.
|
TrafficStats |
TrafficStats.setDmarcSuccessRatio(Double dmarcSuccessRatio)
The ratio of mail that passed [DMARC](https://dmarc.org/) alignment checks vs all mail received
from the domain that successfully authenticated with either of [SPF](http://www.openspf.org/)
or [DKIM](http://www.dkim.org/).
|
TrafficStats |
TrafficStats.setDomainReputation(String domainReputation)
Reputation of the domain.
|
TrafficStats |
TrafficStats.setInboundEncryptionRatio(Double inboundEncryptionRatio)
The ratio of incoming mail (to Gmail), that passed secure transport (TLS) vs all mail received
from that domain.
|
TrafficStats |
TrafficStats.setIpReputations(List<IpReputation> ipReputations)
Reputation information pertaining to the IP addresses of the email servers for the domain.
|
TrafficStats |
TrafficStats.setName(String name)
The resource name of the traffic statistics.
|
TrafficStats |
TrafficStats.setOutboundEncryptionRatio(Double outboundEncryptionRatio)
The ratio of outgoing mail (from Gmail) that was accepted over secure transport (TLS).
|
TrafficStats |
TrafficStats.setSpammyFeedbackLoops(List<FeedbackLoop> spammyFeedbackLoops)
Spammy [Feedback loop identifiers] (https://support.google.com/mail/answer/6254652) with their
individual spam rates.
|
TrafficStats |
TrafficStats.setSpfSuccessRatio(Double spfSuccessRatio)
The ratio of mail that successfully authenticated with SPF vs.
|
TrafficStats |
TrafficStats.setUserReportedSpamRatio(Double userReportedSpamRatio)
The ratio of user-report spam vs.
|
TrafficStats |
TrafficStats.setUserReportedSpamRatioLowerBound(Double userReportedSpamRatioLowerBound)
The lower bound of the confidence interval for the user reported spam ratio.
|
TrafficStats |
TrafficStats.setUserReportedSpamRatioUpperBound(Double userReportedSpamRatioUpperBound)
The upper bound of the confidence interval for the user reported spam ratio.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrafficStats> |
ListTrafficStatsResponse.getTrafficStats()
The list of TrafficStats.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrafficStatsResponse |
ListTrafficStatsResponse.setTrafficStats(List<TrafficStats> trafficStats)
The list of TrafficStats.
|
Copyright © 2011–2025 Google. All rights reserved.