public class OptionsResponse extends Object implements Serializable
| Constructor and Description |
|---|
OptionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Considers two objects to be equal if they have the same class and all their fields are equal.
|
List<String> |
getGetUris()
Returns the set of URIs.
|
int |
hashCode()
Returns a hashCode calculated from all fields.
|
String |
toString()
Returns a string representation of this class including all its fields and those of its nested objects.
|
public String toString()
public boolean equals(Object o)
Copyright © 2014. All Rights Reserved.