org.yestech.rpx.objectmodel
Class MappingsResponse

java.lang.Object
  extended by org.yestech.rpx.objectmodel.MappingsResponse
All Implemented Interfaces:
Serializable

public class MappingsResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MappingsResponse()
           
 
Method Summary
 boolean equals(Object o)
           
static MappingsResponse fromJson(org.json.JSONObject jo)
           
 Collection<String> getIdentifiers()
           
 RPXStat getStat()
           
 int hashCode()
           
 void setIdentifiers(Collection<String> identifiers)
           
 void setStat(RPXStat stat)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingsResponse

public MappingsResponse()
Method Detail

getStat

public RPXStat getStat()

setStat

public void setStat(RPXStat stat)

getIdentifiers

public Collection<String> getIdentifiers()

setIdentifiers

public void setIdentifiers(Collection<String> identifiers)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

fromJson

public static MappingsResponse fromJson(org.json.JSONObject jo)
                                 throws org.json.JSONException
Throws:
org.json.JSONException


Copyright © 2010 YES Technology Association. All Rights Reserved.