org.guvnor.rest.client
Class RepositoryResponse
java.lang.Object
org.guvnor.rest.client.Entity
org.guvnor.rest.client.RepositoryResponse
- All Implemented Interfaces:
- Serializable
@Portable
public class RepositoryResponse
- extends Entity
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryResponse
public RepositoryResponse()
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getRequestType
public String getRequestType()
setRequestType
public void setRequestType(String requestType)
getGitURL
public String getGitURL()
setGitURL
public void setGitURL(String gitURL)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.