public final class ListAuthorizedCertificatesResponse
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 App Engine Admin 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 |
---|
ListAuthorizedCertificatesResponse() |
Modifier and Type | Method and Description |
---|---|
ListAuthorizedCertificatesResponse |
clone() |
java.util.List<AuthorizedCertificate> |
getCertificates()
The SSL certificates the user is authorized to administer.
|
java.lang.String |
getNextPageToken()
Continuation token for fetching the next page of results.
|
ListAuthorizedCertificatesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListAuthorizedCertificatesResponse |
setCertificates(java.util.List<AuthorizedCertificate> certificates)
The SSL certificates the user is authorized to administer.
|
ListAuthorizedCertificatesResponse |
setNextPageToken(java.lang.String nextPageToken)
Continuation token for fetching the next page of results.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<AuthorizedCertificate> getCertificates()
null
for nonepublic ListAuthorizedCertificatesResponse setCertificates(java.util.List<AuthorizedCertificate> certificates)
certificates
- certificates or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic ListAuthorizedCertificatesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic ListAuthorizedCertificatesResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ListAuthorizedCertificatesResponse clone()
clone
in class com.google.api.client.json.GenericJson