public final class TrackReleasePinPinTargetingDevicePin
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 |
|---|
TrackReleasePinPinTargetingDevicePin() |
| Modifier and Type | Method and Description |
|---|---|
TrackReleasePinPinTargetingDevicePin |
clone() |
java.lang.String |
getBrand() |
java.lang.String |
getDevice() |
java.lang.String |
getProduct() |
TrackReleasePinPinTargetingDevicePin |
set(java.lang.String fieldName,
java.lang.Object value) |
TrackReleasePinPinTargetingDevicePin |
setBrand(java.lang.String brand) |
TrackReleasePinPinTargetingDevicePin |
setDevice(java.lang.String device) |
TrackReleasePinPinTargetingDevicePin |
setProduct(java.lang.String product) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic TrackReleasePinPinTargetingDevicePin()
public java.lang.String getBrand()
null for nonepublic TrackReleasePinPinTargetingDevicePin setBrand(java.lang.String brand)
brand - brand or null for nonepublic java.lang.String getDevice()
null for nonepublic TrackReleasePinPinTargetingDevicePin setDevice(java.lang.String device)
device - device or null for nonepublic java.lang.String getProduct()
null for nonepublic TrackReleasePinPinTargetingDevicePin setProduct(java.lang.String product)
product - product or null for nonepublic TrackReleasePinPinTargetingDevicePin set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TrackReleasePinPinTargetingDevicePin clone()
clone in class com.google.api.client.json.GenericJson