public final class GoogleCloudApigeeV1SecurityReport
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 Apigee 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1SecurityReport() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1SecurityReport |
clone() |
String |
getCreated()
Creation time of the query.
|
String |
getDisplayName()
Display Name specified by the user.
|
String |
getEnvgroupHostname()
Hostname is available only when query is executed at host level.
|
String |
getError()
Error is set when query fails.
|
String |
getExecutionTime()
ExecutionTime is available only after the query is completed.
|
GoogleCloudApigeeV1SecurityReportMetadata |
getQueryParams()
Contains information like metrics, dimenstions etc of the Security Report.
|
String |
getReportDefinitionId()
Report Definition ID.
|
GoogleCloudApigeeV1SecurityReportResultMetadata |
getResult()
Result is available only after the query is completed.
|
String |
getResultFileSize()
ResultFileSize is available only after the query is completed.
|
Long |
getResultRows()
ResultRows is available only after the query is completed.
|
String |
getSelf()
Self link of the query.
|
String |
getState()
Query state could be "enqueued", "running", "completed", "expired" and "failed".
|
String |
getUpdated()
Output only.
|
GoogleCloudApigeeV1SecurityReport |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1SecurityReport |
setCreated(String created)
Creation time of the query.
|
GoogleCloudApigeeV1SecurityReport |
setDisplayName(String displayName)
Display Name specified by the user.
|
GoogleCloudApigeeV1SecurityReport |
setEnvgroupHostname(String envgroupHostname)
Hostname is available only when query is executed at host level.
|
GoogleCloudApigeeV1SecurityReport |
setError(String error)
Error is set when query fails.
|
GoogleCloudApigeeV1SecurityReport |
setExecutionTime(String executionTime)
ExecutionTime is available only after the query is completed.
|
GoogleCloudApigeeV1SecurityReport |
setQueryParams(GoogleCloudApigeeV1SecurityReportMetadata queryParams)
Contains information like metrics, dimenstions etc of the Security Report.
|
GoogleCloudApigeeV1SecurityReport |
setReportDefinitionId(String reportDefinitionId)
Report Definition ID.
|
GoogleCloudApigeeV1SecurityReport |
setResult(GoogleCloudApigeeV1SecurityReportResultMetadata result)
Result is available only after the query is completed.
|
GoogleCloudApigeeV1SecurityReport |
setResultFileSize(String resultFileSize)
ResultFileSize is available only after the query is completed.
|
GoogleCloudApigeeV1SecurityReport |
setResultRows(Long resultRows)
ResultRows is available only after the query is completed.
|
GoogleCloudApigeeV1SecurityReport |
setSelf(String self)
Self link of the query.
|
GoogleCloudApigeeV1SecurityReport |
setState(String state)
Query state could be "enqueued", "running", "completed", "expired" and "failed".
|
GoogleCloudApigeeV1SecurityReport |
setUpdated(String updated)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreated()
null for nonepublic GoogleCloudApigeeV1SecurityReport setCreated(String created)
created - created or null for nonepublic String getDisplayName()
null for nonepublic GoogleCloudApigeeV1SecurityReport setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEnvgroupHostname()
null for nonepublic GoogleCloudApigeeV1SecurityReport setEnvgroupHostname(String envgroupHostname)
envgroupHostname - envgroupHostname or null for nonepublic String getError()
null for nonepublic GoogleCloudApigeeV1SecurityReport setError(String error)
error - error or null for nonepublic String getExecutionTime()
null for nonepublic GoogleCloudApigeeV1SecurityReport setExecutionTime(String executionTime)
executionTime - executionTime or null for nonepublic GoogleCloudApigeeV1SecurityReportMetadata getQueryParams()
null for nonepublic GoogleCloudApigeeV1SecurityReport setQueryParams(GoogleCloudApigeeV1SecurityReportMetadata queryParams)
queryParams - queryParams or null for nonepublic String getReportDefinitionId()
null for nonepublic GoogleCloudApigeeV1SecurityReport setReportDefinitionId(String reportDefinitionId)
reportDefinitionId - reportDefinitionId or null for nonepublic GoogleCloudApigeeV1SecurityReportResultMetadata getResult()
null for nonepublic GoogleCloudApigeeV1SecurityReport setResult(GoogleCloudApigeeV1SecurityReportResultMetadata result)
result - result or null for nonepublic String getResultFileSize()
null for nonepublic GoogleCloudApigeeV1SecurityReport setResultFileSize(String resultFileSize)
resultFileSize - resultFileSize or null for nonepublic Long getResultRows()
null for nonepublic GoogleCloudApigeeV1SecurityReport setResultRows(Long resultRows)
resultRows - resultRows or null for nonepublic String getSelf()
null for nonepublic GoogleCloudApigeeV1SecurityReport setSelf(String self)
self - self or null for nonepublic String getState()
null for nonepublic GoogleCloudApigeeV1SecurityReport setState(String state)
state - state or null for nonepublic String getUpdated()
null for nonepublic GoogleCloudApigeeV1SecurityReport setUpdated(String updated)
updated - updated or null for nonepublic GoogleCloudApigeeV1SecurityReport set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1SecurityReport clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.