facebook4j.internal.json
Class UserJSONImpl.VideoUploadLimitsJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.UserJSONImpl.VideoUploadLimitsJSONImpl
All Implemented Interfaces:
User.VideoUploadLimits, java.io.Serializable
Enclosing class:
UserJSONImpl

private final class UserJSONImpl.VideoUploadLimitsJSONImpl
extends java.lang.Object
implements User.VideoUploadLimits, java.io.Serializable


Field Summary
private  long length
           
private static long serialVersionUID
           
private  long size
           
 
Constructor Summary
UserJSONImpl.VideoUploadLimitsJSONImpl(JSONObject json)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getLength()
           
 long getSize()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

length

private final long length

size

private final long size
Constructor Detail

UserJSONImpl.VideoUploadLimitsJSONImpl

UserJSONImpl.VideoUploadLimitsJSONImpl(JSONObject json)
                                 throws FacebookException
Throws:
FacebookException
Method Detail

getLength

public long getLength()
Specified by:
getLength in interface User.VideoUploadLimits

getSize

public long getSize()
Specified by:
getSize in interface User.VideoUploadLimits

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object