public final class LintResult
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 Identity and Access Management (IAM) 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.Flags| Constructor and Description |
|---|
LintResult() |
| Modifier and Type | Method and Description |
|---|---|
LintResult |
clone() |
java.lang.String |
getDebugMessage()
Human readable debug message associated with the issue.
|
java.lang.String |
getFieldName()
The name of the field for which this lint result is about.
|
java.lang.String |
getLevel()
The validation unit level.
|
java.lang.Integer |
getLocationOffset()
0-based character position of problematic construct within the object identified by
`field_name`.
|
java.lang.String |
getSeverity()
The validation unit severity.
|
java.lang.String |
getValidationUnitName()
The validation unit name, for instance "lintValidationUnits/ConditionComplexityCheck".
|
LintResult |
set(java.lang.String fieldName,
java.lang.Object value) |
LintResult |
setDebugMessage(java.lang.String debugMessage)
Human readable debug message associated with the issue.
|
LintResult |
setFieldName(java.lang.String fieldName)
The name of the field for which this lint result is about.
|
LintResult |
setLevel(java.lang.String level)
The validation unit level.
|
LintResult |
setLocationOffset(java.lang.Integer locationOffset)
0-based character position of problematic construct within the object identified by
`field_name`.
|
LintResult |
setSeverity(java.lang.String severity)
The validation unit severity.
|
LintResult |
setValidationUnitName(java.lang.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, valuespublic java.lang.String getDebugMessage()
null for nonepublic LintResult setDebugMessage(java.lang.String debugMessage)
debugMessage - debugMessage or null for nonepublic java.lang.String getFieldName()
null for nonepublic LintResult setFieldName(java.lang.String fieldName)
fieldName - fieldName or null for nonepublic java.lang.String getLevel()
null for nonepublic LintResult setLevel(java.lang.String level)
level - level or null for nonepublic java.lang.Integer getLocationOffset()
null for nonepublic LintResult setLocationOffset(java.lang.Integer locationOffset)
locationOffset - locationOffset or null for nonepublic java.lang.String getSeverity()
null for nonepublic LintResult setSeverity(java.lang.String severity)
severity - severity or null for nonepublic java.lang.String getValidationUnitName()
null for nonepublic LintResult setValidationUnitName(java.lang.String validationUnitName)
validationUnitName - validationUnitName or null for nonepublic LintResult set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LintResult clone()
clone in class com.google.api.client.json.GenericJson