org.solovyev.android
Class Captcha

java.lang.Object
  extended by org.solovyev.android.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(@NotNull
               String captchaSid,
               @NotNull
               String captchaImage)
Method Detail

getCaptchaSid

@NotNull
public String getCaptchaSid()

getCaptchaImage

@NotNull
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

@NotNull
public ResolvedCaptcha resolve(@NotNull
                                       String captchaKey)


Copyright © 2012. All Rights Reserved.