public final class UrlMapTest
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 Compute Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
UrlMapTest() |
Modifier and Type | Method and Description |
---|---|
UrlMapTest |
clone() |
java.lang.String |
getDescription()
Description of this test case.
|
java.lang.String |
getHost()
Host portion of the URL.
|
java.lang.String |
getPath()
Path portion of the URL.
|
java.lang.String |
getService()
Expected BackendService resource the given URL should be mapped to.
|
UrlMapTest |
set(java.lang.String fieldName,
java.lang.Object value) |
UrlMapTest |
setDescription(java.lang.String description)
Description of this test case.
|
UrlMapTest |
setHost(java.lang.String host)
Host portion of the URL.
|
UrlMapTest |
setPath(java.lang.String path)
Path portion of the URL.
|
UrlMapTest |
setService(java.lang.String service)
Expected BackendService resource the given URL should be mapped to.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getDescription()
null
for nonepublic UrlMapTest setDescription(java.lang.String description)
description
- description or null
for nonepublic java.lang.String getHost()
null
for nonepublic UrlMapTest setHost(java.lang.String host)
host
- host or null
for nonepublic java.lang.String getPath()
null
for nonepublic UrlMapTest setPath(java.lang.String path)
path
- path or null
for nonepublic java.lang.String getService()
null
for nonepublic UrlMapTest setService(java.lang.String service)
service
- service or null
for nonepublic UrlMapTest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UrlMapTest clone()
clone
in class com.google.api.client.json.GenericJson