
target.apidocs.com.google.api.services.toolresults.model.IndividualOutcome.html Maven / Gradle / Ivy
IndividualOutcome (Cloud Tool Results API v1beta3-rev20210809-2.0.0)
com.google.api.services.toolresults.model
Class IndividualOutcome
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.toolresults.model.IndividualOutcome
-
public final class IndividualOutcome
extends GenericJson
Step Id and outcome of each individual step that was run as a group with other steps with the
same configuration.
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 Cloud Tool Results API. For a detailed explanation
see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
IndividualOutcome()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
IndividualOutcome
clone()
Integer
getMultistepNumber()
Unique int given to each step.
String
getOutcomeSummary()
Duration
getRunDuration()
How long it took for this step to run.
String
getStepId()
IndividualOutcome
set(String fieldName,
Object value)
IndividualOutcome
setMultistepNumber(Integer multistepNumber)
Unique int given to each step.
IndividualOutcome
setOutcomeSummary(String outcomeSummary)
IndividualOutcome
setRunDuration(Duration runDuration)
How long it took for this step to run.
IndividualOutcome
setStepId(String stepId)
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getMultistepNumber
public Integer getMultistepNumber()
Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive).
The primary step is 0.
- Returns:
- value or
null
for none
-
setMultistepNumber
public IndividualOutcome setMultistepNumber(Integer multistepNumber)
Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive).
The primary step is 0.
- Parameters:
multistepNumber
- multistepNumber or null
for none
-
getOutcomeSummary
public String getOutcomeSummary()
- Returns:
- value or
null
for none
-
setOutcomeSummary
public IndividualOutcome setOutcomeSummary(String outcomeSummary)
- Parameters:
outcomeSummary
- outcomeSummary or null
for none
-
getRunDuration
public Duration getRunDuration()
How long it took for this step to run.
- Returns:
- value or
null
for none
-
setRunDuration
public IndividualOutcome setRunDuration(Duration runDuration)
How long it took for this step to run.
- Parameters:
runDuration
- runDuration or null
for none
-
getStepId
public String getStepId()
- Returns:
- value or
null
for none
-
setStepId
public IndividualOutcome setStepId(String stepId)
- Parameters:
stepId
- stepId or null
for none
-
set
public IndividualOutcome set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public IndividualOutcome clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy