public final class SiteSummaryResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Abusive Experience Report API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SiteSummaryResponse() |
Modifier and Type | Method and Description |
---|---|
SiteSummaryResponse |
clone() |
String |
getAbusiveStatus()
The site's Abusive Experience Report status.
|
String |
getEnforcementTime()
The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the
site began or will begin.
|
String |
getFilterStatus()
The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
|
String |
getLastChangeTime()
The time at which the site's status last changed.
|
String |
getReportUrl()
A link to the full Abusive Experience Report for the site.
|
String |
getReviewedSite()
The name of the reviewed site, e.g.
|
Boolean |
getUnderReview()
Whether the site is currently under review.
|
SiteSummaryResponse |
set(String fieldName,
Object value) |
SiteSummaryResponse |
setAbusiveStatus(String abusiveStatus)
The site's Abusive Experience Report status.
|
SiteSummaryResponse |
setEnforcementTime(String enforcementTime)
The time at which [enforcement](https://support.google.com/webtools/answer/7538608) against the
site began or will begin.
|
SiteSummaryResponse |
setFilterStatus(String filterStatus)
The site's [enforcement status](https://support.google.com/webtools/answer/7538608).
|
SiteSummaryResponse |
setLastChangeTime(String lastChangeTime)
The time at which the site's status last changed.
|
SiteSummaryResponse |
setReportUrl(String reportUrl)
A link to the full Abusive Experience Report for the site.
|
SiteSummaryResponse |
setReviewedSite(String reviewedSite)
The name of the reviewed site, e.g.
|
SiteSummaryResponse |
setUnderReview(Boolean underReview)
Whether the site is currently under review.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getAbusiveStatus()
null
for nonepublic SiteSummaryResponse setAbusiveStatus(String abusiveStatus)
abusiveStatus
- abusiveStatus or null
for nonepublic String getEnforcementTime()
null
for nonepublic SiteSummaryResponse setEnforcementTime(String enforcementTime)
enforcementTime
- enforcementTime or null
for nonepublic String getFilterStatus()
null
for nonepublic SiteSummaryResponse setFilterStatus(String filterStatus)
filterStatus
- filterStatus or null
for nonepublic String getLastChangeTime()
null
for nonepublic SiteSummaryResponse setLastChangeTime(String lastChangeTime)
lastChangeTime
- lastChangeTime or null
for nonepublic String getReportUrl()
null
for nonepublic SiteSummaryResponse setReportUrl(String reportUrl)
reportUrl
- reportUrl or null
for nonepublic String getReviewedSite()
null
for nonepublic SiteSummaryResponse setReviewedSite(String reviewedSite)
reviewedSite
- reviewedSite or null
for nonepublic Boolean getUnderReview()
null
for nonepublic SiteSummaryResponse setUnderReview(Boolean underReview)
underReview
- underReview or null
for nonepublic SiteSummaryResponse set(String fieldName, Object value)
set
in class GenericJson
public SiteSummaryResponse clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.