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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
UrlMapTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UrlMapTest | 
clone()  | 
Long | 
getBackendServiceWeight()
The weight to use for the supplied host and path when using advanced routing rules that involve
 traffic splitting. 
 | 
String | 
getDescription()
Description of this test case. 
 | 
String | 
getExpectedUrlRedirect()
The expected URL that should be redirected to for the host and path being tested. 
 | 
String | 
getHost()
Host portion of the URL. 
 | 
String | 
getPath()
Path portion of the URL. 
 | 
String | 
getService()
Expected BackendService or BackendBucket resource the given URL should be mapped to. 
 | 
UrlMapTest | 
set(String fieldName,
   Object value)  | 
UrlMapTest | 
setBackendServiceWeight(Long backendServiceWeight)
The weight to use for the supplied host and path when using advanced routing rules that involve
 traffic splitting. 
 | 
UrlMapTest | 
setDescription(String description)
Description of this test case. 
 | 
UrlMapTest | 
setExpectedUrlRedirect(String expectedUrlRedirect)
The expected URL that should be redirected to for the host and path being tested. 
 | 
UrlMapTest | 
setHost(String host)
Host portion of the URL. 
 | 
UrlMapTest | 
setPath(String path)
Path portion of the URL. 
 | 
UrlMapTest | 
setService(String service)
Expected BackendService or BackendBucket resource the given URL should be mapped to. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getBackendServiceWeight()
null for nonepublic UrlMapTest setBackendServiceWeight(Long backendServiceWeight)
backendServiceWeight - backendServiceWeight or null for nonepublic String getDescription()
null for nonepublic UrlMapTest setDescription(String description)
description - description or null for nonepublic String getExpectedUrlRedirect()
null for nonepublic UrlMapTest setExpectedUrlRedirect(String expectedUrlRedirect)
expectedUrlRedirect - expectedUrlRedirect 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 GenericJsonpublic UrlMapTest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.