public final class UrlMapTest extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
UrlMapTest() |
Modifier and Type | Method and Description |
---|---|
UrlMapTest |
clone() |
String |
getDescription()
Description of this test case.
|
String |
getHost()
Host portion of the URL.
|
String |
getPath()
Path portion of the URL.
|
String |
getService()
Expected BackendService resource the given URL should be mapped to.
|
UrlMapTest |
set(String fieldName,
Object value) |
UrlMapTest |
setDescription(String description)
Description of this test case.
|
UrlMapTest |
setHost(String host)
Host portion of the URL.
|
UrlMapTest |
setPath(String path)
Path portion of the URL.
|
UrlMapTest |
setService(String service)
Expected BackendService resource the given URL should be mapped to.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getDescription()
null
for nonepublic UrlMapTest setDescription(String description)
description
- description or null
for nonepublic String getHost()
null
for nonepublic UrlMapTest setHost(String host)
host
- host or null
for nonepublic String getPath()
null
for nonepublic UrlMapTest setPath(String path)
path
- path or null
for nonepublic String getService()
null
for nonepublic UrlMapTest setService(String service)
service
- service or null
for nonepublic UrlMapTest set(String fieldName, Object value)
set
in class GenericJson
public UrlMapTest clone()
clone
in class GenericJson