public final class GetNotificationChannelVerificationCodeResponse
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 Stackdriver Monitoring 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 |
|---|
GetNotificationChannelVerificationCodeResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetNotificationChannelVerificationCodeResponse |
clone() |
java.lang.String |
getCode()
The verification code, which may be used to verify other channels that have an equivalent
identity (i.e.
|
java.lang.String |
getExpireTime()
The expiration time associated with the code that was returned.
|
GetNotificationChannelVerificationCodeResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GetNotificationChannelVerificationCodeResponse |
setCode(java.lang.String code)
The verification code, which may be used to verify other channels that have an equivalent
identity (i.e.
|
GetNotificationChannelVerificationCodeResponse |
setExpireTime(java.lang.String expireTime)
The expiration time associated with the code that was returned.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic GetNotificationChannelVerificationCodeResponse()
public java.lang.String getCode()
null for nonepublic GetNotificationChannelVerificationCodeResponse setCode(java.lang.String code)
code - code or null for nonepublic java.lang.String getExpireTime()
null for nonepublic GetNotificationChannelVerificationCodeResponse setExpireTime(java.lang.String expireTime)
expireTime - expireTime or null for nonepublic GetNotificationChannelVerificationCodeResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GetNotificationChannelVerificationCodeResponse clone()
clone in class com.google.api.client.json.GenericJson