com.jakewharton.trakt.entities
Class Response

java.lang.Object
  extended by com.jakewharton.trakt.entities.Response
All Implemented Interfaces:
TraktEntity, Serializable
Direct Known Subclasses:
DismissResponse, RatingResponse

public class Response
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
Response()
           
 
Method Summary
 String getError()
           
 String getMessage()
           
 String getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
Method Detail

getStatus

public String getStatus()

getMessage

public String getMessage()

getError

public String getError()


Copyright © 2011 Jake Wharton. All Rights Reserved.