Package com.vk.api.sdk.objects.pages
Class WikipageHistory
- java.lang.Object
-
- com.vk.api.sdk.objects.pages.WikipageHistory
-
-
Constructor Summary
Constructors Constructor Description WikipageHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetDate()java.lang.IntegergetEditorId()java.lang.StringgetEditorName()java.lang.IntegergetId()java.lang.IntegergetLength()inthashCode()WikipageHistorysetDate(java.lang.Integer date)WikipageHistorysetEditorId(java.lang.Integer editorId)WikipageHistorysetEditorName(java.lang.String editorName)WikipageHistorysetId(java.lang.Integer id)WikipageHistorysetLength(java.lang.Integer length)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 WikipageHistory setId(java.lang.Integer id)
-
getLength
public java.lang.Integer getLength()
-
setLength
public WikipageHistory setLength(java.lang.Integer length)
-
getDate
public java.lang.Integer getDate()
-
setDate
public WikipageHistory setDate(java.lang.Integer date)
-
getEditorId
public java.lang.Integer getEditorId()
-
setEditorId
public WikipageHistory setEditorId(java.lang.Integer editorId)
-
getEditorName
public java.lang.String getEditorName()
-
setEditorName
public WikipageHistory setEditorName(java.lang.String editorName)
-
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()
-
-