public final class Testers
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 Google Play Developer API. 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| Constructor and Description |
|---|
Testers() |
| Modifier and Type | Method and Description |
|---|---|
Testers |
clone() |
java.util.List<java.lang.String> |
getGoogleGroups()
A list of all Google Groups, as email addresses, that define testers for this track.
|
java.util.List<java.lang.String> |
getGooglePlusCommunities()
A list of all Google+ Communities, as URLs, that define testers for this track.
|
Testers |
set(java.lang.String fieldName,
java.lang.Object value) |
Testers |
setGoogleGroups(java.util.List<java.lang.String> googleGroups)
A list of all Google Groups, as email addresses, that define testers for this track.
|
Testers |
setGooglePlusCommunities(java.util.List<java.lang.String> googlePlusCommunities)
A list of all Google+ Communities, as URLs, that define testers for this track.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<java.lang.String> getGoogleGroups()
null for nonepublic Testers setGoogleGroups(java.util.List<java.lang.String> googleGroups)
googleGroups - googleGroups or null for nonepublic java.util.List<java.lang.String> getGooglePlusCommunities()
null for nonepublic Testers setGooglePlusCommunities(java.util.List<java.lang.String> googlePlusCommunities)
googlePlusCommunities - googlePlusCommunities or null for nonepublic Testers set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Testers clone()
clone in class com.google.api.client.json.GenericJson