public final class ProjectRepoId
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 |
|---|
ProjectRepoId() |
| Modifier and Type | Method and Description |
|---|---|
ProjectRepoId |
clone() |
java.lang.String |
getProjectId()
The ID of the project.
|
java.lang.String |
getRepoName()
The name of the repo.
|
ProjectRepoId |
set(java.lang.String fieldName,
java.lang.Object value) |
ProjectRepoId |
setProjectId(java.lang.String projectId)
The ID of the project.
|
ProjectRepoId |
setRepoName(java.lang.String repoName)
The name of the repo.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getProjectId()
null for nonepublic ProjectRepoId setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic java.lang.String getRepoName()
null for nonepublic ProjectRepoId setRepoName(java.lang.String repoName)
repoName - repoName or null for nonepublic ProjectRepoId set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProjectRepoId clone()
clone in class com.google.api.client.json.GenericJson