Class GetCategoriesResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.ads.responses.GetCategoriesResponse
-
-
Constructor Summary
Constructors Constructor Description GetCategoriesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<Category>getV1()java.util.List<Category>getV2()inthashCode()GetCategoriesResponsesetV1(java.util.List<Category> v1)GetCategoriesResponsesetV2(java.util.List<Category> v2)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
-
getV1
public java.util.List<Category> getV1()
-
setV1
public GetCategoriesResponse setV1(java.util.List<Category> v1)
-
getV2
public java.util.List<Category> getV2()
-
setV2
public GetCategoriesResponse setV2(java.util.List<Category> v2)
-
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()
-
-