facebook4j
Class TagUpdate

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

public class TagUpdate
extends Object
implements Serializable

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

Constructor Summary
TagUpdate()
           
TagUpdate(String to, String tagText, Double x, Double y)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getTagText()
           
 String getTo()
           
 Double getX()
           
 Double getY()
           
 int hashCode()
           
 void setTagText(String tagText)
           
 void setTo(String to)
           
 void setX(Double x)
           
 void setY(Double y)
           
 TagUpdate tagText(String tagText)
           
 TagUpdate to(String to)
           
 String toString()
           
 TagUpdate x(Double x)
           
 TagUpdate y(Double y)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagUpdate

public TagUpdate()

TagUpdate

public TagUpdate(String to,
                 String tagText,
                 Double x,
                 Double y)
Method Detail

getTo

public String getTo()

setTo

public void setTo(String to)

to

public TagUpdate to(String to)

getTagText

public String getTagText()

setTagText

public void setTagText(String tagText)

tagText

public TagUpdate tagText(String tagText)

getX

public Double getX()

setX

public void setX(Double x)

x

public TagUpdate x(Double x)

getY

public Double getY()

setY

public void setY(Double y)

y

public TagUpdate y(Double y)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2019. All rights reserved.