com.atlassian.bamboo.testutils.rest.entity
Class RestCaptcha

java.lang.Object
  extended by com.atlassian.bamboo.testutils.rest.entity.RestCaptcha

public class RestCaptcha
extends Object


Constructor Summary
RestCaptcha()
           
RestCaptcha(String key, String response)
           
 
Method Summary
 String getKey()
           
 String getResponse()
           
 void setKey(String key)
           
 void setResponse(String response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestCaptcha

public RestCaptcha()

RestCaptcha

public RestCaptcha(String key,
                   String response)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getResponse

public String getResponse()

setResponse

public void setResponse(String response)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.