public final class AccountStatusStatistics
extends com.google.api.client.json.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 Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AccountStatusStatistics() |
Modifier and Type | Method and Description |
---|---|
AccountStatusStatistics |
clone() |
Long |
getActive()
Number of active offers.
|
Long |
getDisapproved()
Number of disapproved offers.
|
Long |
getExpiring()
Number of expiring offers.
|
Long |
getPending()
Number of pending offers.
|
AccountStatusStatistics |
set(String fieldName,
Object value) |
AccountStatusStatistics |
setActive(Long active)
Number of active offers.
|
AccountStatusStatistics |
setDisapproved(Long disapproved)
Number of disapproved offers.
|
AccountStatusStatistics |
setExpiring(Long expiring)
Number of expiring offers.
|
AccountStatusStatistics |
setPending(Long pending)
Number of pending offers.
|
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 Long getActive()
null
for nonepublic AccountStatusStatistics setActive(Long active)
active
- active or null
for nonepublic Long getDisapproved()
null
for nonepublic AccountStatusStatistics setDisapproved(Long disapproved)
disapproved
- disapproved or null
for nonepublic Long getExpiring()
null
for nonepublic AccountStatusStatistics setExpiring(Long expiring)
expiring
- expiring or null
for nonepublic Long getPending()
null
for nonepublic AccountStatusStatistics setPending(Long pending)
pending
- pending or null
for nonepublic AccountStatusStatistics set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AccountStatusStatistics clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.