Class SetChatPhotoResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.messages.responses.SetChatPhotoResponse
-
-
Constructor Summary
Constructors Constructor Description SetChatPhotoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ChatgetChat()java.lang.IntegergetMessageId()inthashCode()SetChatPhotoResponsesetChat(Chat chat)SetChatPhotoResponsesetMessageId(java.lang.Integer messageId)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
-
getMessageId
public java.lang.Integer getMessageId()
-
setMessageId
public SetChatPhotoResponse setMessageId(java.lang.Integer messageId)
-
getChat
public Chat getChat()
-
setChat
public SetChatPhotoResponse setChat(Chat chat)
-
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()
-
-