org.solovyev.android.captcha
Class ResolvedCaptcha

java.lang.Object
  extended by org.solovyev.android.captcha.ResolvedCaptcha

public class ResolvedCaptcha
extends Object

User: serso Date: 5/28/12 Time: 11:26 PM


Constructor Summary
ResolvedCaptcha(String captchaSid, String captchaKey)
           
 
Method Summary
 String getCaptchaKey()
           
 String getCaptchaSid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvedCaptcha

public ResolvedCaptcha(@Nonnull
                       String captchaSid,
                       @Nonnull
                       String captchaKey)
Method Detail

getCaptchaSid

@Nonnull
public String getCaptchaSid()

getCaptchaKey

@Nonnull
public String getCaptchaKey()


Copyright © 2014 se.solovyev. All Rights Reserved.