public class PostmasterTools.Domains.TrafficStats extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PostmasterTools.Domains.TrafficStats.Get |
class |
PostmasterTools.Domains.TrafficStats.List |
| Constructor and Description |
|---|
TrafficStats() |
| Modifier and Type | Method and Description |
|---|---|
PostmasterTools.Domains.TrafficStats.Get |
get(String name)
Get traffic statistics for a domain on a specific date.
|
PostmasterTools.Domains.TrafficStats.List |
list(String parent)
List traffic statistics for all available days.
|
public PostmasterTools.Domains.TrafficStats.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the traffic statistics to get. E.g.,
domains/mymail.mydomain.com/trafficStats/20160807.IOExceptionpublic PostmasterTools.Domains.TrafficStats.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The resource name of the domain whose traffic statistics we'd like to list. It should have the form
`domains/{domain_name}`, where domain_name is the fully qualified domain name.IOExceptionCopyright © 2011–2025 Google. All rights reserved.