public final class UrlMapValidationResult
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 Compute Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
UrlMapValidationResult() |
Modifier and Type | Method and Description |
---|---|
UrlMapValidationResult |
clone() |
java.util.List<java.lang.String> |
getLoadErrors() |
java.lang.Boolean |
getLoadSucceeded()
Whether the given UrlMap can be successfully loaded.
|
java.util.List<TestFailure> |
getTestFailures() |
java.lang.Boolean |
getTestPassed()
If successfully loaded, this field indicates whether the test passed.
|
UrlMapValidationResult |
set(java.lang.String fieldName,
java.lang.Object value) |
UrlMapValidationResult |
setLoadErrors(java.util.List<java.lang.String> loadErrors) |
UrlMapValidationResult |
setLoadSucceeded(java.lang.Boolean loadSucceeded)
Whether the given UrlMap can be successfully loaded.
|
UrlMapValidationResult |
setTestFailures(java.util.List<TestFailure> testFailures) |
UrlMapValidationResult |
setTestPassed(java.lang.Boolean testPassed)
If successfully loaded, this field indicates whether the test passed.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<java.lang.String> getLoadErrors()
null
for nonepublic UrlMapValidationResult setLoadErrors(java.util.List<java.lang.String> loadErrors)
loadErrors
- loadErrors or null
for nonepublic java.lang.Boolean getLoadSucceeded()
null
for nonepublic UrlMapValidationResult setLoadSucceeded(java.lang.Boolean loadSucceeded)
loadSucceeded
- loadSucceeded or null
for nonepublic java.util.List<TestFailure> getTestFailures()
null
for nonepublic UrlMapValidationResult setTestFailures(java.util.List<TestFailure> testFailures)
testFailures
- testFailures or null
for nonepublic java.lang.Boolean getTestPassed()
null
for nonepublic UrlMapValidationResult setTestPassed(java.lang.Boolean testPassed)
testPassed
- testPassed or null
for nonepublic UrlMapValidationResult set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public UrlMapValidationResult clone()
clone
in class com.google.api.client.json.GenericJson