public final class DimensionValue
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 |
|---|
DimensionValue() |
| Modifier and Type | Method and Description |
|---|---|
DimensionValue |
clone() |
java.lang.String |
getDimensionName()
The name of the dimension.
|
java.lang.String |
getEtag()
The eTag of this response for caching purposes.
|
java.lang.String |
getId()
The ID associated with the value if available.
|
java.lang.String |
getKind()
The kind of resource this is, in this case dfareporting#dimensionValue.
|
java.lang.String |
getMatchType()
Determines how the 'value' field is matched when filtering.
|
java.lang.String |
getValue()
The value of the dimension.
|
DimensionValue |
set(java.lang.String fieldName,
java.lang.Object value) |
DimensionValue |
setDimensionName(java.lang.String dimensionName)
The name of the dimension.
|
DimensionValue |
setEtag(java.lang.String etag)
The eTag of this response for caching purposes.
|
DimensionValue |
setId(java.lang.String id)
The ID associated with the value if available.
|
DimensionValue |
setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#dimensionValue.
|
DimensionValue |
setMatchType(java.lang.String matchType)
Determines how the 'value' field is matched when filtering.
|
DimensionValue |
setValue(java.lang.String value)
The value of the dimension.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDimensionName()
null for nonepublic DimensionValue setDimensionName(java.lang.String dimensionName)
dimensionName - dimensionName or null for nonepublic java.lang.String getEtag()
null for nonepublic DimensionValue setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getId()
null for nonepublic DimensionValue setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic DimensionValue setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getMatchType()
null for nonepublic DimensionValue setMatchType(java.lang.String matchType)
matchType - matchType or null for nonepublic java.lang.String getValue()
null for nonepublic DimensionValue setValue(java.lang.String value)
value - value or null for nonepublic DimensionValue set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DimensionValue clone()
clone in class com.google.api.client.json.GenericJson