public final class ClientInfo
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 Cloud Testing 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 |
|---|
ClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClientInfo |
clone() |
java.util.List<ClientInfoDetail> |
getClientInfoDetails()
The list of detailed information about client.
|
java.lang.String |
getName()
Required.
|
ClientInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
ClientInfo |
setClientInfoDetails(java.util.List<ClientInfoDetail> clientInfoDetails)
The list of detailed information about client.
|
ClientInfo |
setName(java.lang.String name)
Required.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<ClientInfoDetail> getClientInfoDetails()
null for nonepublic ClientInfo setClientInfoDetails(java.util.List<ClientInfoDetail> clientInfoDetails)
clientInfoDetails - clientInfoDetails or null for nonepublic java.lang.String getName()
null for nonepublic ClientInfo setName(java.lang.String name)
name - name or null for nonepublic ClientInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ClientInfo clone()
clone in class com.google.api.client.json.GenericJson