facebook4j.internal.json
Class UserJSONImpl.VideoUploadLimitsJSONImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
length
private final long length
size
private final long size
UserJSONImpl.VideoUploadLimitsJSONImpl
UserJSONImpl.VideoUploadLimitsJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
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