@Portable public class RepositoryResponse extends Entity
Constructor and Description |
---|
RepositoryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getGitURL() |
String |
getPassword() |
String |
getRequestType() |
String |
getUserName() |
void |
setGitURL(String gitURL) |
void |
setPassword(String password) |
void |
setRequestType(String requestType) |
void |
setUserName(String userName) |
getDescription, getName, setDescription, setName
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public String getRequestType()
public void setRequestType(String requestType)
public String getGitURL()
public void setGitURL(String gitURL)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.