public final class GoogleCloudApigeeV1ScoreComponent
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 |
|---|
GoogleCloudApigeeV1ScoreComponent() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ScoreComponent |
clone() |
String |
getCalculateTime()
Time when score was calculated.
|
String |
getDataCaptureTime()
Time in the requested time period when data was last captured to compute the score.
|
List<String> |
getDrilldownPaths()
List of paths for next components.
|
List<GoogleCloudApigeeV1ScoreComponentRecommendation> |
getRecommendations()
List of recommendations to improve API security.
|
Integer |
getScore()
Score for the component.
|
String |
getScorePath()
Path of the component.
|
GoogleCloudApigeeV1ScoreComponent |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1ScoreComponent |
setCalculateTime(String calculateTime)
Time when score was calculated.
|
GoogleCloudApigeeV1ScoreComponent |
setDataCaptureTime(String dataCaptureTime)
Time in the requested time period when data was last captured to compute the score.
|
GoogleCloudApigeeV1ScoreComponent |
setDrilldownPaths(List<String> drilldownPaths)
List of paths for next components.
|
GoogleCloudApigeeV1ScoreComponent |
setRecommendations(List<GoogleCloudApigeeV1ScoreComponentRecommendation> recommendations)
List of recommendations to improve API security.
|
GoogleCloudApigeeV1ScoreComponent |
setScore(Integer score)
Score for the component.
|
GoogleCloudApigeeV1ScoreComponent |
setScorePath(String scorePath)
Path of the component.
|
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 getCalculateTime()
null for nonepublic GoogleCloudApigeeV1ScoreComponent setCalculateTime(String calculateTime)
calculateTime - calculateTime or null for nonepublic String getDataCaptureTime()
null for nonepublic GoogleCloudApigeeV1ScoreComponent setDataCaptureTime(String dataCaptureTime)
dataCaptureTime - dataCaptureTime or null for nonepublic List<String> getDrilldownPaths()
null for nonepublic GoogleCloudApigeeV1ScoreComponent setDrilldownPaths(List<String> drilldownPaths)
drilldownPaths - drilldownPaths or null for nonepublic List<GoogleCloudApigeeV1ScoreComponentRecommendation> getRecommendations()
null for nonepublic GoogleCloudApigeeV1ScoreComponent setRecommendations(List<GoogleCloudApigeeV1ScoreComponentRecommendation> recommendations)
recommendations - recommendations or null for nonepublic Integer getScore()
null for nonepublic GoogleCloudApigeeV1ScoreComponent setScore(Integer score)
score - score or null for nonepublic String getScorePath()
null for nonepublic GoogleCloudApigeeV1ScoreComponent setScorePath(String scorePath)
scorePath - scorePath or null for nonepublic GoogleCloudApigeeV1ScoreComponent set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1ScoreComponent clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.