public final class CrossSiteNetwork
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CrossSiteNetwork() |
Modifier and Type | Method and Description |
---|---|
CrossSiteNetwork |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp inRFC3339 text format.
|
String |
getDescription()
An optional description of the cross-site network.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource type.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
CrossSiteNetwork |
set(String fieldName,
Object value) |
CrossSiteNetwork |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
CrossSiteNetwork |
setDescription(String description)
An optional description of the cross-site network.
|
CrossSiteNetwork |
setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
CrossSiteNetwork |
setKind(String kind)
[Output Only] Type of the resource.
|
CrossSiteNetwork |
setName(String name)
Name of the resource.
|
CrossSiteNetwork |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getCreationTimestamp()
null
for nonepublic CrossSiteNetwork setCreationTimestamp(String creationTimestamp)
creationTimestamp
- creationTimestamp or null
for nonepublic String getDescription()
null
for nonepublic CrossSiteNetwork setDescription(String description)
description
- description or null
for nonepublic BigInteger getId()
null
for nonepublic CrossSiteNetwork setId(BigInteger id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic CrossSiteNetwork setKind(String kind)
kind
- kind or null
for nonepublic String getName()
null
for nonepublic CrossSiteNetwork setName(String name)
name
- name or null
for nonepublic String getSelfLink()
null
for nonepublic CrossSiteNetwork setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic CrossSiteNetwork set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CrossSiteNetwork clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.