public final class SourceLocation
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 Google Cloud Debugger 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 |
|---|
SourceLocation() |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
clone() |
java.lang.Integer |
getLine()
Line inside the file.
|
java.lang.String |
getPath()
Path to the source file within the source context of the target binary.
|
SourceLocation |
set(java.lang.String fieldName,
java.lang.Object value) |
SourceLocation |
setLine(java.lang.Integer line)
Line inside the file.
|
SourceLocation |
setPath(java.lang.String path)
Path to the source file within the source context of the target binary.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getLine()
null for nonepublic SourceLocation setLine(java.lang.Integer line)
line - line or null for nonepublic java.lang.String getPath()
null for nonepublic SourceLocation setPath(java.lang.String path)
path - path or null for nonepublic SourceLocation set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SourceLocation clone()
clone in class com.google.api.client.json.GenericJson