com.googlecode.mobilityrpc.protocol.pojo
Class ResourceRequest
java.lang.Object
com.googlecode.mobilityrpc.protocol.pojo.ResourceRequest
public class ResourceRequest
- extends Object
- Author:
- Niall Gallagher
ResourceRequest
public ResourceRequest(List<String> resourceNames,
RequestIdentifier requestIdentifier)
getResourceNames
public List<String> getResourceNames()
getRequestIdentifier
public RequestIdentifier getRequestIdentifier()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
- Throws:
UnsupportedOperationException - always, as this object is not intended to be compared for equality
or used as a key in a hash map.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- Throws:
UnsupportedOperationException - always, as this object is not intended to be compared for equality
or used as a key in a hash map.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016. All rights reserved.