public final class LintResult extends 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 Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LintResult() |
| Modifier and Type | Method and Description |
|---|---|
LintResult |
clone() |
Integer |
getBindingOrdinal()
0-based index ordinality of the binding in the input object associated with this result.
|
String |
getDebugMessage()
Human readable debug message associated with the issue.
|
String |
getFieldName()
The name of the field for which this lint result is about.
|
String |
getLevel()
The validation unit level.
|
Integer |
getLocationOffset()
0-based character position of problematic construct within the object identified by
`field_name`.
|
String |
getSeverity()
The validation unit severity.
|
String |
getValidationUnitName()
The validation unit name, for instance “lintValidationUnits/ConditionComplexityCheck”.
|
LintResult |
set(String fieldName,
Object value) |
LintResult |
setBindingOrdinal(Integer bindingOrdinal)
0-based index ordinality of the binding in the input object associated with this result.
|
LintResult |
setDebugMessage(String debugMessage)
Human readable debug message associated with the issue.
|
LintResult |
setFieldName(String fieldName)
The name of the field for which this lint result is about.
|
LintResult |
setLevel(String level)
The validation unit level.
|
LintResult |
setLocationOffset(Integer locationOffset)
0-based character position of problematic construct within the object identified by
`field_name`.
|
LintResult |
setSeverity(String severity)
The validation unit severity.
|
LintResult |
setValidationUnitName(String validationUnitName)
The validation unit name, for instance “lintValidationUnits/ConditionComplexityCheck”.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getBindingOrdinal()
null for nonepublic LintResult setBindingOrdinal(Integer bindingOrdinal)
bindingOrdinal - bindingOrdinal or null for nonepublic String getDebugMessage()
null for nonepublic LintResult setDebugMessage(String debugMessage)
debugMessage - debugMessage or null for nonepublic String getFieldName()
null for nonepublic LintResult setFieldName(String fieldName)
fieldName - fieldName or null for nonepublic String getLevel()
null for nonepublic LintResult setLevel(String level)
level - level or null for nonepublic Integer getLocationOffset()
null for nonepublic LintResult setLocationOffset(Integer locationOffset)
locationOffset - locationOffset or null for nonepublic String getSeverity()
null for nonepublic LintResult setSeverity(String severity)
severity - severity or null for nonepublic String getValidationUnitName()
null for nonepublic LintResult setValidationUnitName(String validationUnitName)
validationUnitName - validationUnitName or null for nonepublic LintResult set(String fieldName, Object value)
set in class GenericJsonpublic LintResult clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.