Kie Workbench - Common - Services API 6.0.1.Final

org.kie.workbench.common.services.shared.rest
Class RepositoryResponse

java.lang.Object
  extended by org.kie.workbench.common.services.shared.rest.Entity
      extended by org.kie.workbench.common.services.shared.rest.RepositoryResponse

@Portable
public class RepositoryResponse
extends Entity


Constructor Summary
RepositoryResponse()
           
 
Method Summary
 String getGitURL()
           
 String getPassword()
           
 String getRequestType()
           
 String getUserName()
           
 void setGitURL(String gitURL)
           
 void setPassword(String password)
           
 void setRequestType(String requestType)
           
 void setUserName(String userName)
           
 
Methods inherited from class org.kie.workbench.common.services.shared.rest.Entity
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryResponse

public RepositoryResponse()
Method Detail

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)

Kie Workbench - Common - Services API 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.