public final class TargetHttpProxy
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 |
---|
TargetHttpProxy() |
Modifier and Type | Method and Description |
---|---|
TargetHttpProxy |
clone() |
java.lang.String |
getCreationTimestamp()
Creation timestamp in RFC3339 text format (output only).
|
java.lang.String |
getDescription()
An optional textual description of the resource; provided by the client when the resource is
created.
|
java.math.BigInteger |
getId()
Unique identifier for the resource; defined by the server (output only).
|
java.lang.String |
getKind()
Type of the resource.
|
java.lang.String |
getName()
Name of the resource; provided by the client when the resource is created.
|
java.lang.String |
getSelfLink()
Server defined URL for the resource (output only).
|
java.lang.String |
getUrlMap()
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
TargetHttpProxy |
set(java.lang.String fieldName,
java.lang.Object value) |
TargetHttpProxy |
setCreationTimestamp(java.lang.String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
TargetHttpProxy |
setDescription(java.lang.String description)
An optional textual description of the resource; provided by the client when the resource is
created.
|
TargetHttpProxy |
setId(java.math.BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
TargetHttpProxy |
setKind(java.lang.String kind)
Type of the resource.
|
TargetHttpProxy |
setName(java.lang.String name)
Name of the resource; provided by the client when the resource is created.
|
TargetHttpProxy |
setSelfLink(java.lang.String selfLink)
Server defined URL for the resource (output only).
|
TargetHttpProxy |
setUrlMap(java.lang.String urlMap)
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getCreationTimestamp()
null
for nonepublic TargetHttpProxy setCreationTimestamp(java.lang.String creationTimestamp)
creationTimestamp
- creationTimestamp or null
for nonepublic java.lang.String getDescription()
null
for nonepublic TargetHttpProxy setDescription(java.lang.String description)
description
- description or null
for nonepublic java.math.BigInteger getId()
null
for nonepublic TargetHttpProxy setId(java.math.BigInteger id)
id
- id or null
for nonepublic java.lang.String getKind()
null
for nonepublic TargetHttpProxy setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getName()
null
for nonepublic TargetHttpProxy setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getSelfLink()
null
for nonepublic TargetHttpProxy setSelfLink(java.lang.String selfLink)
selfLink
- selfLink or null
for nonepublic java.lang.String getUrlMap()
null
for nonepublic TargetHttpProxy setUrlMap(java.lang.String urlMap)
urlMap
- urlMap or null
for nonepublic TargetHttpProxy set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TargetHttpProxy clone()
clone
in class com.google.api.client.json.GenericJson