public final class ConnectionTypesListResponse
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 |
|---|
ConnectionTypesListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionTypesListResponse |
clone() |
java.util.List<ConnectionType> |
getConnectionTypes()
Collection of connection types such as broadband and mobile.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
ConnectionTypesListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ConnectionTypesListResponse |
setConnectionTypes(java.util.List<ConnectionType> connectionTypes)
Collection of connection types such as broadband and mobile.
|
ConnectionTypesListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<ConnectionType> getConnectionTypes()
null for nonepublic ConnectionTypesListResponse setConnectionTypes(java.util.List<ConnectionType> connectionTypes)
connectionTypes - connectionTypes or null for nonepublic java.lang.String getKind()
null for nonepublic ConnectionTypesListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic ConnectionTypesListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ConnectionTypesListResponse clone()
clone in class com.google.api.client.json.GenericJson