Package | Description |
---|---|
com.google.api.services.abusiveexperiencereport.v1.model |
Modifier and Type | Method and Description |
---|---|
SiteSummaryResponse |
SiteSummaryResponse.clone() |
SiteSummaryResponse |
SiteSummaryResponse.set(String fieldName,
Object value) |
SiteSummaryResponse |
SiteSummaryResponse.setAbusiveStatus(String abusiveStatus)
The site's Abusive Experience Report status.
|
SiteSummaryResponse |
SiteSummaryResponse.setEnforcementTime(String enforcementTime)
The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the
site began or will begin.
|
SiteSummaryResponse |
SiteSummaryResponse.setFilterStatus(String filterStatus)
The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
|
SiteSummaryResponse |
SiteSummaryResponse.setLastChangeTime(String lastChangeTime)
The time at which the site's status last changed.
|
SiteSummaryResponse |
SiteSummaryResponse.setReportUrl(String reportUrl)
A link to the full Abusive Experience Report for the site.
|
SiteSummaryResponse |
SiteSummaryResponse.setReviewedSite(String reviewedSite)
The name of the reviewed site, e.g.
|
SiteSummaryResponse |
SiteSummaryResponse.setUnderReview(Boolean underReview)
Whether the site is currently under review.
|
Modifier and Type | Method and Description |
---|---|
List<SiteSummaryResponse> |
ViolatingSitesResponse.getViolatingSites()
The list of violating sites.
|
Modifier and Type | Method and Description |
---|---|
ViolatingSitesResponse |
ViolatingSitesResponse.setViolatingSites(List<SiteSummaryResponse> violatingSites)
The list of violating sites.
|
Copyright © 2011–2022 Google. All rights reserved.