public class DfsRepositoryDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
repositoryName |
Constructor and Description |
---|
DfsRepositoryDescription()
Initialize a new, empty repository description.
|
DfsRepositoryDescription(java.lang.String repositoryName)
Initialize a new repository description.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object b) |
java.lang.String |
getRepositoryName()
Get the name of the repository.
|
int |
hashCode() |
java.lang.String |
toString() |
public DfsRepositoryDescription()
public DfsRepositoryDescription(java.lang.String repositoryName)
repositoryName
- the name of the repository.public java.lang.String getRepositoryName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object b)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object