public final class LicenseCodeLicenseAlias
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| Constructor and Description |
|---|
LicenseCodeLicenseAlias() |
| Modifier and Type | Method and Description |
|---|---|
LicenseCodeLicenseAlias |
clone() |
java.lang.String |
getDescription()
[Output Only] Description of this License Code.
|
java.lang.String |
getSelfLink()
[Output Only] URL of license corresponding to this License Code.
|
LicenseCodeLicenseAlias |
set(java.lang.String fieldName,
java.lang.Object value) |
LicenseCodeLicenseAlias |
setDescription(java.lang.String description)
[Output Only] Description of this License Code.
|
LicenseCodeLicenseAlias |
setSelfLink(java.lang.String selfLink)
[Output Only] URL of license corresponding to this License Code.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDescription()
null for nonepublic LicenseCodeLicenseAlias setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getSelfLink()
null for nonepublic LicenseCodeLicenseAlias setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic LicenseCodeLicenseAlias set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LicenseCodeLicenseAlias clone()
clone in class com.google.api.client.json.GenericJson