public final class MobileCarriersListResponse
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 DCM/DFA Reporting And Trafficking 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 |
|---|
MobileCarriersListResponse() |
| Modifier and Type | Method and Description |
|---|---|
MobileCarriersListResponse |
clone() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.util.List<MobileCarrier> |
getMobileCarriers()
Mobile carrier collection.
|
MobileCarriersListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
MobileCarriersListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
MobileCarriersListResponse |
setMobileCarriers(java.util.List<MobileCarrier> mobileCarriers)
Mobile carrier collection.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getKind()
null for nonepublic MobileCarriersListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<MobileCarrier> getMobileCarriers()
null for nonepublic MobileCarriersListResponse setMobileCarriers(java.util.List<MobileCarrier> mobileCarriers)
mobileCarriers - mobileCarriers or null for nonepublic MobileCarriersListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MobileCarriersListResponse clone()
clone in class com.google.api.client.json.GenericJson