Package com.vk.api.sdk.objects.wall
Class Graffiti
- java.lang.Object
-
- com.vk.api.sdk.objects.wall.Graffiti
-
-
Constructor Summary
Constructors Constructor Description Graffiti()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetId()java.lang.IntegergetOwnerId()java.net.URIgetPhoto200()java.net.URIgetPhoto586()inthashCode()GraffitisetId(java.lang.Integer id)GraffitisetOwnerId(java.lang.Integer ownerId)GraffitisetPhoto200(java.net.URI photo200)GraffitisetPhoto586(java.net.URI photo586)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
-
setId
public Graffiti setId(java.lang.Integer id)
-
getOwnerId
public java.lang.Integer getOwnerId()
-
setOwnerId
public Graffiti setOwnerId(java.lang.Integer ownerId)
-
getPhoto200
public java.net.URI getPhoto200()
-
setPhoto200
public Graffiti setPhoto200(java.net.URI photo200)
-
getPhoto586
public java.net.URI getPhoto586()
-
setPhoto586
public Graffiti setPhoto586(java.net.URI photo586)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-