public final class UrlDispatchRule
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 App Engine Admin 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 |
---|
UrlDispatchRule() |
Modifier and Type | Method and Description |
---|---|
UrlDispatchRule |
clone() |
java.lang.String |
getDomain()
Domain name to match against.
|
java.lang.String |
getPath()
Pathname within the host.
|
java.lang.String |
getService()
Resource ID of a service in this application that should serve the matched request.
|
UrlDispatchRule |
set(java.lang.String fieldName,
java.lang.Object value) |
UrlDispatchRule |
setDomain(java.lang.String domain)
Domain name to match against.
|
UrlDispatchRule |
setPath(java.lang.String path)
Pathname within the host.
|
UrlDispatchRule |
setService(java.lang.String service)
Resource ID of a service in this application that should serve the matched request.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDomain()
null
for nonepublic UrlDispatchRule setDomain(java.lang.String domain)
domain
- domain or null
for nonepublic java.lang.String getPath()
null
for nonepublic UrlDispatchRule setPath(java.lang.String path)
path
- path or null
for nonepublic java.lang.String getService()
null
for nonepublic UrlDispatchRule setService(java.lang.String service)
service
- service or null
for nonepublic UrlDispatchRule set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UrlDispatchRule clone()
clone
in class com.google.api.client.json.GenericJson