com.omertron.themoviedbapi.model
Class StatusCodeList

java.lang.Object
  extended by com.omertron.themoviedbapi.model.AbstractJsonMapping
      extended by com.omertron.themoviedbapi.model.StatusCode
          extended by com.omertron.themoviedbapi.model.StatusCodeList
All Implemented Interfaces:
Serializable

public class StatusCodeList
extends StatusCode

See Also:
Serialized Form

Constructor Summary
StatusCodeList()
           
 
Method Summary
 String getListId()
           
 void setListId(String listId)
           
 
Methods inherited from class com.omertron.themoviedbapi.model.StatusCode
getStatusCode, getStatusMessage, setStatusCode, setStatusMessage
 
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
handleUnknown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusCodeList

public StatusCodeList()
Method Detail

getListId

public String getListId()

setListId

public void setListId(String listId)


Copyright © 2012-2013. All Rights Reserved.