target.apidocs.com.google.api.services.androidpublisher.model.TrackConfig.html Maven / Gradle / Ivy
TrackConfig (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher.model
Class TrackConfig
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.androidpublisher.model.TrackConfig
-
public final class TrackConfig
extends com.google.api.client.json.GenericJson
Configurations of the new track.
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 Android Developer API. For a detailed
explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
TrackConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
TrackConfig
clone()
String
getFormFactor()
Required.
String
getTrack()
Required.
String
getType()
Required.
TrackConfig
set(String fieldName,
Object value)
TrackConfig
setFormFactor(String formFactor)
Required.
TrackConfig
setTrack(String track)
Required.
TrackConfig
setType(String type)
Required.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getFormFactor
public String getFormFactor()
Required. Form factor of the new track. Defaults to the default track.
- Returns:
- value or
null
for none
-
setFormFactor
public TrackConfig setFormFactor(String formFactor)
Required. Form factor of the new track. Defaults to the default track.
- Parameters:
formFactor
- formFactor or null
for none
-
getTrack
public String getTrack()
Required. Identifier of the new track. For default tracks, this field consists of the track
alias only. Form factor tracks have a special prefix as an identifier, for example
`wear:production`, `automotive:production`. This prefix must match the value of the
`form_factor` field, if it is not a default track. [More on track
name](https://developers.google.com/android-publisher/tracks#ff-track-name)
- Returns:
- value or
null
for none
-
setTrack
public TrackConfig setTrack(String track)
Required. Identifier of the new track. For default tracks, this field consists of the track
alias only. Form factor tracks have a special prefix as an identifier, for example
`wear:production`, `automotive:production`. This prefix must match the value of the
`form_factor` field, if it is not a default track. [More on track
name](https://developers.google.com/android-publisher/tracks#ff-track-name)
- Parameters:
track
- track or null
for none
-
getType
public String getType()
Required. Type of the new track. Currently, the only supported value is closedTesting.
- Returns:
- value or
null
for none
-
setType
public TrackConfig setType(String type)
Required. Type of the new track. Currently, the only supported value is closedTesting.
- Parameters:
type
- type or null
for none
-
set
public TrackConfig set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public TrackConfig clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy