public class GetProjectResult extends Object implements Serializable, Cloneable
Represents the result of a get project request.
Constructor and Description |
---|
GetProjectResult() |
Modifier and Type | Method and Description |
---|---|
GetProjectResult |
clone() |
boolean |
equals(Object obj) |
Project |
getProject()
Returns the value of the Project property for this object.
|
int |
hashCode() |
void |
setProject(Project project)
Sets the value of the Project property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetProjectResult |
withProject(Project project)
Sets the value of the Project property for this object.
|
public void setProject(Project project)
project
- The new value for the Project property for this object.public Project getProject()
public GetProjectResult withProject(Project project)
project
- The new value for the Project property for this object.public String toString()
toString
in class Object
Object.toString()
public GetProjectResult clone()
Copyright © 2015. All rights reserved.