public class CreateRepositoryResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a create repository operation.
Modifier and Type | Field and Description |
---|---|
private RepositoryMetadata |
repositoryMetadata
Information about the newly created repository.
|
Constructor and Description |
---|
CreateRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
CreateRepositoryResult |
clone() |
boolean |
equals(java.lang.Object obj) |
RepositoryMetadata |
getRepositoryMetadata()
Information about the newly created repository.
|
int |
hashCode() |
void |
setRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateRepositoryResult |
withRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
|
private RepositoryMetadata repositoryMetadata
Information about the newly created repository.
public void setRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
repositoryMetadata
- Information about the newly created repository.public RepositoryMetadata getRepositoryMetadata()
Information about the newly created repository.
public CreateRepositoryResult withRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
repositoryMetadata
- Information about the newly created repository.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateRepositoryResult clone()
clone
in class java.lang.Object