facebook4j.auth
Class DeviceCode

java.lang.Object
  extended by facebook4j.auth.DeviceCode
All Implemented Interfaces:
Serializable

public class DeviceCode
extends Object
implements Serializable

Since:
Facebook4J 2.3.3
Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Constructor Summary
DeviceCode(facebook4j.internal.http.HttpResponse res)
           
 
Method Summary
 boolean equals(Object o)
           
 String getCode()
           
 Integer getExpiresIn()
           
 Integer getInterval()
           
 String getUserCode()
           
 String getVerificationUri()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceCode

public DeviceCode(facebook4j.internal.http.HttpResponse res)
           throws FacebookException
Throws:
FacebookException
Method Detail

getCode

public String getCode()

getUserCode

public String getUserCode()

getVerificationUri

public String getVerificationUri()

getExpiresIn

public Integer getExpiresIn()

getInterval

public Integer getInterval()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2019. All rights reserved.