Class StreamingGetRulesResponse
- java.lang.Object
-
- com.vk.api.sdk.streaming.objects.responses.StreamingResponse
-
- com.vk.api.sdk.streaming.objects.responses.StreamingGetRulesResponse
-
public class StreamingGetRulesResponse extends StreamingResponse
Response object for GET /rules request
-
-
Constructor Summary
Constructors Constructor Description StreamingGetRulesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<StreamingRule>getRules()inthashCode()java.lang.StringtoString()-
Methods inherited from class com.vk.api.sdk.streaming.objects.responses.StreamingResponse
getCode, getError
-
-
-
-
Method Detail
-
getRules
public java.util.List<StreamingRule> getRules()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classStreamingResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStreamingResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classStreamingResponse
-
-