org.solovyev.android.captcha
Class Captcha

java.lang.Object
  extended by org.solovyev.android.captcha.Captcha
All Implemented Interfaces:
android.os.Parcelable

public class Captcha
extends Object
implements android.os.Parcelable

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
Captcha(String captchaSid, String captchaImage)
           
 
Method Summary
 int describeContents()
           
 String getCaptchaImage()
           
 String getCaptchaSid()
           
 ResolvedCaptcha resolve(String captchaKey)
           
 void writeToParcel(android.os.Parcel out, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Captcha

public Captcha(@Nonnull
               String captchaSid,
               @Nonnull
               String captchaImage)
Method Detail

getCaptchaSid

@Nonnull
public String getCaptchaSid()

getCaptchaImage

@Nonnull
public String getCaptchaImage()

describeContents

public int describeContents()
Specified by:
describeContents in interface android.os.Parcelable

writeToParcel

public void writeToParcel(android.os.Parcel out,
                          int i)
Specified by:
writeToParcel in interface android.os.Parcelable

resolve

@Nonnull
public ResolvedCaptcha resolve(@Nonnull
                                       String captchaKey)


Copyright © 2014 se.solovyev. All Rights Reserved.