public class RepositoryNameIdPair extends Object implements Serializable, Cloneable
Information about a repository name and ID.
Constructor and Description |
---|
RepositoryNameIdPair() |
Modifier and Type | Method and Description |
---|---|
RepositoryNameIdPair |
clone() |
boolean |
equals(Object obj) |
String |
getRepositoryId()
The ID associated with the repository name.
|
String |
getRepositoryName()
Returns the value of the RepositoryName property for this object.
|
int |
hashCode() |
void |
setRepositoryId(String repositoryId)
The ID associated with the repository name.
|
void |
setRepositoryName(String repositoryName)
Sets the value of the RepositoryName property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RepositoryNameIdPair |
withRepositoryId(String repositoryId)
The ID associated with the repository name.
|
RepositoryNameIdPair |
withRepositoryName(String repositoryName)
Sets the value of the RepositoryName property for this object.
|
public void setRepositoryName(String repositoryName)
repositoryName
- The new value for the RepositoryName property for this object.public String getRepositoryName()
public RepositoryNameIdPair withRepositoryName(String repositoryName)
repositoryName
- The new value for the RepositoryName property for this object.public void setRepositoryId(String repositoryId)
The ID associated with the repository name.
repositoryId
- The ID associated with the repository name.public String getRepositoryId()
The ID associated with the repository name.
public RepositoryNameIdPair withRepositoryId(String repositoryId)
The ID associated with the repository name.
repositoryId
- The ID associated with the repository name.public String toString()
toString
in class Object
Object.toString()
public RepositoryNameIdPair clone()
Copyright © 2015. All rights reserved.