facebook4j
Class PhotoUpdate
java.lang.Object
facebook4j.PhotoUpdate
- All Implemented Interfaces:
- java.io.Serializable
public class PhotoUpdate
- extends java.lang.Object
- implements java.io.Serializable
- Since:
- Facebook4J 2.0.0
- Author:
- Ryuji Yamashita - roundrop at gmail.com
- See Also:
- Serialized Form
| 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
source
private Media source
message
private java.lang.String message
place
private java.lang.String place
noStory
private java.lang.Boolean noStory
PhotoUpdate
public PhotoUpdate(Media source)
getSource
public Media getSource()
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
message
public PhotoUpdate message(java.lang.String message)
getPlace
public java.lang.String getPlace()
setPlace
public void setPlace(java.lang.String place)
place
public PhotoUpdate place(java.lang.String place)
getNoStory
public java.lang.Boolean getNoStory()
setNoStory
public void setNoStory(boolean noStory)
noStory
public PhotoUpdate noStory(boolean noStory)
asHttpParameterArray
HttpParameter[] asHttpParameterArray()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object