public final class SignedUrlKey
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 |
---|
SignedUrlKey() |
Modifier and Type | Method and Description |
---|---|
SignedUrlKey |
clone() |
java.lang.String |
getKeyName()
Name of the key.
|
java.lang.String |
getKeyValue()
128-bit key value used for signing the URL.
|
SignedUrlKey |
set(java.lang.String fieldName,
java.lang.Object value) |
SignedUrlKey |
setKeyName(java.lang.String keyName)
Name of the key.
|
SignedUrlKey |
setKeyValue(java.lang.String keyValue)
128-bit key value used for signing the URL.
|
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 getKeyName()
null
for nonepublic SignedUrlKey setKeyName(java.lang.String keyName)
keyName
- keyName or null
for nonepublic java.lang.String getKeyValue()
null
for nonepublic SignedUrlKey setKeyValue(java.lang.String keyValue)
keyValue
- keyValue or null
for nonepublic SignedUrlKey set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SignedUrlKey clone()
clone
in class com.google.api.client.json.GenericJson