org.kie.workbench.common.services.shared.rest
Class RepositoryResponse
java.lang.Object
org.kie.workbench.common.services.shared.rest.Entity
org.kie.workbench.common.services.shared.rest.RepositoryResponse
@Portable
public class RepositoryResponse
- extends Entity
| 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-2013 JBoss by Red Hat. All Rights Reserved.